From d61013cebf9eb8a73318ea0bfcae6f643cd90a7b Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 18 Sep 2021 01:50:29 +0200 Subject: :sparkles: jest automatic tests --- api/jest/setup.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'api/jest/setup.js') diff --git a/api/jest/setup.js b/api/jest/setup.js index abc485ae..bd535866 100644 --- a/api/jest/setup.js +++ b/api/jest/setup.js @@ -1,2 +1,2 @@ -jest.spyOn(global.console, "log").mockImplementation(() => jest.fn()); -jest.spyOn(global.console, "info").mockImplementation(() => jest.fn()); +// jest.spyOn(global.console, "log").mockImplementation(() => jest.fn()); +// jest.spyOn(global.console, "info").mockImplementation(() => jest.fn()); -- cgit 1.5.1