summaryrefslogtreecommitdiffhomepage
path: root/packages/server/src/helpers/parseAuthenticatorData.test.ts
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2023-08-16 09:12:34 -0700
committerMatthew Miller <matthew@millerti.me>2023-08-16 09:12:55 -0700
commitdc29a40014a3e750f1403ebab0b757d810468b6a (patch)
tree07be1c809fd4c2df0431a5413dbeb463534fb1b7 /packages/server/src/helpers/parseAuthenticatorData.test.ts
parent48c7af5d3b83965b7644aa6f0fdc029682c89186 (diff)
Add file extensions to imports
Diffstat (limited to 'packages/server/src/helpers/parseAuthenticatorData.test.ts')
-rw-r--r--packages/server/src/helpers/parseAuthenticatorData.test.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/server/src/helpers/parseAuthenticatorData.test.ts b/packages/server/src/helpers/parseAuthenticatorData.test.ts
index 1db4bfe..77ce0fe 100644
--- a/packages/server/src/helpers/parseAuthenticatorData.test.ts
+++ b/packages/server/src/helpers/parseAuthenticatorData.test.ts
@@ -1,5 +1,5 @@
-import { parseAuthenticatorData } from './parseAuthenticatorData';
-import { isoBase64URL } from './iso';
+import { parseAuthenticatorData } from './parseAuthenticatorData.ts';
+import { isoBase64URL } from './iso/index.ts';
// Grabbed this from a Conformance test, contains attestation data
const authDataWithAT = isoBase64URL.toBuffer(