mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Re-add TS comment and beforeAll
This commit is contained in:
Vendored
+2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user