Re-add TS comment and beforeAll

This commit is contained in:
Josh Goldberg
2018-03-17 08:12:36 -07:00
committed by GitHub
parent 2a98920407
commit 8ca6f58232
+2
View File
@@ -13,7 +13,9 @@
// Ahn <https://github.com/AhnpGit>
// Josh Goldberg <https://github.com/joshuakgoldberg>
// 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;