Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

Commit 9963d13

Browse files
committed
Update test for getTransports().
1 parent a9d5235 commit 9963d13

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/webauthn-json/webauthn-schema.spec.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,7 @@ describe("webauthn schema", () => {
119119
getAuthenticatorData: unimplemented,
120120
getPublicKey: unimplemented,
121121
getPublicKeyAlgorithm: unimplemented,
122-
getTransports: unimplemented,
123-
} as AuthenticatorAttestationResponse,
122+
} as Omit<AuthenticatorAttestationResponse, "getTransports">,
124123
getClientExtensionResults: () =>
125124
({
126125
appidExclude: true,

0 commit comments

Comments
 (0)