diff options
author | Matthew Miller <matthew@millerti.me> | 2023-09-28 08:23:38 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-28 08:23:38 -0700 |
commit | 58d508e9534b0c640faecbba704b5deb1b53d6d5 (patch) | |
tree | c9e448b0bf60d4896706edd15104d9ea67151750 /packages/browser/src/setupTests.ts | |
parent | a71c6b34e65c82b17a562bf207eac28523f9ee1a (diff) | |
parent | bddfabb5c5331f5c172ead16851f0611997b12b6 (diff) |
Merge pull request #447 from MasterKale/feat/good-webauthn-stewardship
feat/good-webauthn-stewardship
Diffstat (limited to 'packages/browser/src/setupTests.ts')
-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 |