diff options
author | Matthew Miller <matthew@millerti.me> | 2023-09-28 08:17:08 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2023-09-28 08:17:08 -0700 |
commit | bddfabb5c5331f5c172ead16851f0611997b12b6 (patch) | |
tree | c9e448b0bf60d4896706edd15104d9ea67151750 /packages/browser/src | |
parent | ffc388c5a692a5b35ba3aea6770382ac5d230cc4 (diff) |
Silenec warnings during tests
Diffstat (limited to 'packages/browser/src')
-rw-r--r-- | packages/browser/src/setupTests.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/browser/src/setupTests.ts b/packages/browser/src/setupTests.ts index 2ac528a..db41d57 100644 --- a/packages/browser/src/setupTests.ts +++ b/packages/browser/src/setupTests.ts @@ -2,6 +2,7 @@ // jest.spyOn(console, 'log').mockImplementation(); // jest.spyOn(console, 'debug').mockImplementation(); // jest.spyOn(console, 'error').mockImplementation(); +jest.spyOn(console, 'warn').mockImplementation(); /** * JSDom doesn't seem to support `credentials`, so let's define them here so we can mock their |