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 de2ece0 commit c05491aCopy full SHA for c05491a
packages/utils/test/global.test.ts
@@ -1,6 +1,6 @@
1
import { GLOBAL_OBJ } from '../src/global';
2
3
-describe('WINDOW', () => {
+describe('GLOBAL_OBJ', () => {
4
test('should return the same object', () => {
5
const backup = global.process;
6
delete global.process;
0 commit comments