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.
globalThis
global
1 parent 942a606 commit 0f7cd5cCopy full SHA for 0f7cd5c
tests/setupAfterEnv.ts
@@ -1,4 +1,4 @@
1
// Default timeout per test
2
// some tests may take longer in which case you should specify the timeout
3
// explicitly for each test by using the third parameter of test function
4
-jest.setTimeout(global.defaultTimeout);
+jest.setTimeout(globalThis.defaultTimeout);
0 commit comments