From 52853b91a8f3e0e7fa5c1383ffea086ecd194c4c Mon Sep 17 00:00:00 2001 From: Seth Silesky <5115498+silesky@users.noreply.github.com> Date: Tue, 26 Sep 2023 15:13:08 -0500 Subject: [PATCH] wip --- .../src/browser/__tests__/integrations.integration.test.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) ) })