Skip to content

Commit d377d4d

Browse files
committed
Fix ESLint error in test-utils
1 parent 7d941d8 commit d377d4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test-utils.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* eslint-env jest */
2+
13
export const muteConsole = () => {
24
jest.spyOn(global.console, 'log').mockImplementation(() => {});
35
jest.spyOn(global.console, 'error').mockImplementation(() => {});

0 commit comments

Comments
 (0)