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 a03de97 commit 94b573aCopy full SHA for 94b573a
test-utils.js
@@ -1,3 +1,5 @@
1
+/* eslint-env jest */
2
+
3
export const muteConsole = () => {
4
jest.spyOn(global.console, 'log').mockImplementation(() => {});
5
jest.spyOn(global.console, 'error').mockImplementation(() => {});
0 commit comments