Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
timfish committed Sep 27, 2022
1 parent de2ece0 commit c05491a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils/test/global.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { GLOBAL_OBJ } from '../src/global';

describe('WINDOW', () => {
describe('GLOBAL_OBJ', () => {
test('should return the same object', () => {
const backup = global.process;
delete global.process;
Expand Down

0 comments on commit c05491a

Please sign in to comment.