Skip to content

Commit de2b017

Browse files
committed
chore: adjust build
1 parent 7f853dc commit de2b017

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

src/_internals/test/globals.d.ts

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,12 @@ declare global {
1818
}
1919
}
2020

21-
2221
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-
}
22+
export const describe: any;
23+
export const it: any;
24+
export const expect: any;
25+
export const test: any;
26+
export const beforeEach: any;
27+
export const afterEach: any;
28+
export const jest: any;
29+
}

0 commit comments

Comments
 (0)