From 50247d5c97d3d7c04a8052618d6477e2b072d59c Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Thu, 21 May 2020 17:18:48 -0700 Subject: Comment out console spies in browser --- packages/browser/src/setupTests.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'packages/browser/src') diff --git a/packages/browser/src/setupTests.ts b/packages/browser/src/setupTests.ts index dcb981e..019ba42 100644 --- a/packages/browser/src/setupTests.ts +++ b/packages/browser/src/setupTests.ts @@ -1,6 +1,7 @@ // Silence some console output -jest.spyOn(console, 'log').mockImplementation(); -jest.spyOn(console, 'debug').mockImplementation(); +// jest.spyOn(console, 'log').mockImplementation(); +// jest.spyOn(console, 'debug').mockImplementation(); +// jest.spyOn(console, 'error').mockImplementation(); /** * JSDom doesn't seem to support `credentials`, so let's define them here so we can mock their -- cgit v1.2.3