Files
DefinitelyTyped/types/jest-plugin-context/index.d.ts
2018-09-07 16:06:09 +02:00

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;