Skip to content

Commit c05491a

Browse files
committed
Fix test name
1 parent de2ece0 commit c05491a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/utils/test/global.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { GLOBAL_OBJ } from '../src/global';
22

3-
describe('WINDOW', () => {
3+
describe('GLOBAL_OBJ', () => {
44
test('should return the same object', () => {
55
const backup = global.process;
66
delete global.process;

0 commit comments

Comments
 (0)