summaryrefslogtreecommitdiffhomepage
path: root/packages/browser/src/methods/startRegistration.test.ts
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2024-01-20 21:12:05 -0800
committerMatthew Miller <matthew@millerti.me>2024-01-20 21:12:05 -0800
commit43e7c5fd1714b369412ede64ced1886d38f32657 (patch)
tree4fbcdfc0a98ffe8f7f5c20ee2a5d75ae3bd3ece2 /packages/browser/src/methods/startRegistration.test.ts
parentb8d7ab3a6a41e585cd299b00ae88c9431f5fb216 (diff)
Update browser package
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 ee0b604..e6bdcb7 100644
--- a/packages/browser/src/methods/startRegistration.test.ts
+++ b/packages/browser/src/methods/startRegistration.test.ts
@@ -3,7 +3,7 @@ import {
AuthenticationExtensionsClientOutputs,
PublicKeyCredentialCreationOptionsJSON,
RegistrationCredential,
-} from '@simplewebauthn/typescript-types';
+} from '@simplewebauthn/types';
import { generateCustomError } from '../helpers/__jest__/generateCustomError';
import { browserSupportsWebAuthn } from '../helpers/browserSupportsWebAuthn';
import { bufferToBase64URLString } from '../helpers/bufferToBase64URLString';