diff options
author | xnacly <matteogropp@protonmail.com> | 2021-08-18 18:46:34 +0200 |
---|---|---|
committer | xnacly <matteogropp@protonmail.com> | 2021-08-18 18:46:34 +0200 |
commit | 8475779fe0c904d32443043d4595628bb702cb3e (patch) | |
tree | cdfdf3f69cc0fa6d8d46b09b56ae4bce19d05fcd /cdn/jest | |
parent | revert b1c459b (diff) | |
download | server-8475779fe0c904d32443043d4595628bb702cb3e.tar.xz |
remove console.info from jest output
Diffstat (limited to 'cdn/jest')
-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()); |