diff options
Diffstat (limited to 'cdn')
-rw-r--r-- | cdn/jest/setup.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cdn/jest/setup.js b/cdn/jest/setup.js index 32c60181..abc485ae 100644 --- a/cdn/jest/setup.js +++ b/cdn/jest/setup.js @@ -1 +1,2 @@ jest.spyOn(global.console, "log").mockImplementation(() => jest.fn()); +jest.spyOn(global.console, "info").mockImplementation(() => jest.fn()); |