We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f853dc commit de2b017Copy full SHA for de2b017
1 file changed
src/_internals/test/globals.d.ts
@@ -18,13 +18,12 @@ declare global {
18
}
19
20
21
-
22
declare module "bun:test" {
23
- export const describe: any;
24
- export const it: any;
25
- export const expect: any;
26
- export const test: any;
27
- export const beforeEach: any;
28
- export const afterEach: any;
29
- export const jest: any;
30
-}
+ export const describe: any;
+ export const it: any;
+ export const expect: any;
+ export const test: any;
+ export const beforeEach: any;
+ export const afterEach: any;
+ export const jest: any;
+}
0 commit comments