From f0cd60803fc6d6528be728385c1a68a641048e89 Mon Sep 17 00:00:00 2001 From: Josh Smith Date: Tue, 30 Sep 2014 10:31:06 -0700 Subject: [PATCH] Correct definitions author --- jest/jest.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;