UNPKG

796 BTypeScriptView Raw
1declare global {
2 const beforeAll: typeof import('@jest/globals').beforeAll
3 const beforeEach: typeof import('@jest/globals').beforeEach
4 const afterAll: typeof import('@jest/globals').afterAll
5 const afterEach: typeof import('@jest/globals').afterEach
6 const describe: typeof import('@jest/globals').describe
7 const fdescribe: typeof import('@jest/globals').fdescribe
8 const xdescribe: typeof import('@jest/globals').xdescribe
9 const it: typeof import('@jest/globals').it
10 const fit: typeof import('@jest/globals').fit
11 const xit: typeof import('@jest/globals').xit
12 const test: typeof import('@jest/globals').test
13 const xtest: typeof import('@jest/globals').xtest
14 const expect: typeof import('@jest/globals').expect
15 const jest: typeof import('@jest/globals').jest
16}
17
18export {}