From c631d2f60d1a093da6140d034d6e862e8309067d Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Sat, 17 Mar 2018 08:12:58 -0700 Subject: [PATCH] Update index.d.ts --- types/jest/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/jest/index.d.ts b/types/jest/index.d.ts index 795ccb4739..70e9d6328b 100644 --- a/types/jest/index.d.ts +++ b/types/jest/index.d.ts @@ -13,7 +13,7 @@ // Ahn // Josh Goldberg // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped --// TypeScript Version: 2.3 +// TypeScript Version: 2.3 declare var beforeAll: jest.Lifecycle; declare var beforeEach: jest.Lifecycle;