summaryrefslogtreecommitdiffhomepage
path: root/packages/browser/src/methods/startRegistration.test.ts
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2022-06-20 11:12:24 -0700
committerMatthew Miller <matthew@millerti.me>2022-06-20 11:12:24 -0700
commit79099a818ae5986f8d2e1606a0801e1057836c16 (patch)
tree357da3bc529fce4da816b9c319d266cfd79497cb /packages/browser/src/methods/startRegistration.test.ts
parentf6f23e7207c79b2eefd7c003a20f55963b50cd7a (diff)
Fix browser method imports in tests
Diffstat (limited to 'packages/browser/src/methods/startRegistration.test.ts')
-rw-r--r--packages/browser/src/methods/startRegistration.test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/browser/src/methods/startRegistration.test.ts b/packages/browser/src/methods/startRegistration.test.ts
index fcd4a2c..58d9acd 100644
--- a/packages/browser/src/methods/startRegistration.test.ts
+++ b/packages/browser/src/methods/startRegistration.test.ts
@@ -11,7 +11,7 @@ import { WebAuthnError } from '../helpers/structs';
import utf8StringToBuffer from '../helpers/utf8StringToBuffer';
-import startRegistration from './startRegistration';
+import { startRegistration } from './startRegistration';
jest.mock('../helpers/browserSupportsWebauthn');