From 8475779fe0c904d32443043d4595628bb702cb3e Mon Sep 17 00:00:00 2001 From: xnacly Date: Wed, 18 Aug 2021 18:46:34 +0200 Subject: remove console.info from jest output --- cdn/jest/setup.js | 1 + 1 file changed, 1 insertion(+) (limited to 'cdn') 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()); -- cgit 1.5.1