diff --git a/jest/jest.d.ts b/jest/jest.d.ts index bf4a0cc50b..52d09f99e6 100644 --- a/jest/jest.d.ts +++ b/jest/jest.d.ts @@ -1,6 +1,6 @@ // Type definitions for Jest 0.1.18 // Project: http://facebook.github.io/jest/ -// Definitions by: Phips Peter +// Definitions by: Asana // Definitions: https://github.com/borisyankov/DefinitelyTyped declare function afterEach(fn: jest.EmptyFunction): void;