diff --git a/packages/browser/src/browser/__tests__/integrations.integration.test.ts b/packages/browser/src/browser/__tests__/integrations.integration.test.ts index 1deb7da23..107e8905b 100644 --- a/packages/browser/src/browser/__tests__/integrations.integration.test.ts +++ b/packages/browser/src/browser/__tests__/integrations.integration.test.ts @@ -25,7 +25,8 @@ jest.spyOn(console, 'warn').mockImplementation((...errMsgs) => { return } console.warn( - 'Unexpected console.warn spam in your jest test' + JSON.stringify(errMsgs) + 'Unexpected console.warn spam in your jest test - please stub out. ' + + JSON.stringify(errMsgs) ) })