Skip to content

Commit 0f7cd5c

Browse files
committed
fix: using globalThis instead of global
1 parent 942a606 commit 0f7cd5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/setupAfterEnv.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// Default timeout per test
22
// some tests may take longer in which case you should specify the timeout
33
// explicitly for each test by using the third parameter of test function
4-
jest.setTimeout(global.defaultTimeout);
4+
jest.setTimeout(globalThis.defaultTimeout);

0 commit comments

Comments
 (0)