We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9301c73 commit 95f4969Copy full SHA for 95f4969
2 files changed
packages/jest-circus/src/types.ts
@@ -21,7 +21,7 @@ export const TEST_TIMEOUT_SYMBOL = Symbol.for(
21
) as unknown as 'TEST_TIMEOUT_SYMBOL';
22
23
declare global {
24
- module NodeJS {
+ namespace NodeJS {
25
interface Global {
26
STATE_SYM_SYMBOL: Circus.State;
27
RETRY_TIMES_SYMBOL: string;
packages/jest-jasmine2/src/types.ts
@@ -93,7 +93,7 @@ export type Jasmine = {
93
typeof globalThis;
94
95
96
97
98
expect: typeof expect;
99
}
0 commit comments