From 8ca6f5823266871d7f49395396044e04812e8a2e Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Sat, 17 Mar 2018 08:12:36 -0700 Subject: [PATCH] Re-add TS comment and beforeAll --- types/jest/index.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types/jest/index.d.ts b/types/jest/index.d.ts index 43768c629b..795ccb4739 100644 --- a/types/jest/index.d.ts +++ b/types/jest/index.d.ts @@ -13,7 +13,9 @@ // Ahn // Josh Goldberg // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped +-// TypeScript Version: 2.3 +declare var beforeAll: jest.Lifecycle; declare var beforeEach: jest.Lifecycle; declare var afterAll: jest.Lifecycle; declare var afterEach: jest.Lifecycle;