mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-08 18:34:06 +08:00
10 lines
380 B
TypeScript
10 lines
380 B
TypeScript
// Type definitions for jest-plugin-context 2.9
|
|
// Project: https://github.com/negativetwelve/jest-plugins/tree/master/packages/jest-plugin-context
|
|
// Definitions by: Jonas Heinrich <https://github.com/jonasheinrich>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
// TypeScript Version: 2.3
|
|
|
|
/// <reference types="jest" />
|
|
|
|
declare var context: jest.Describe;
|