Skip to content

Commit

Permalink
Update test for getTransports().
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Jan 17, 2023
1 parent a9d5235 commit 9963d13
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/webauthn-json/webauthn-schema.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,7 @@ describe("webauthn schema", () => {
getAuthenticatorData: unimplemented,
getPublicKey: unimplemented,
getPublicKeyAlgorithm: unimplemented,
getTransports: unimplemented,
} as AuthenticatorAttestationResponse,
} as Omit<AuthenticatorAttestationResponse, "getTransports">,
getClientExtensionResults: () =>
({
appidExclude: true,
Expand Down

0 comments on commit 9963d13

Please sign in to comment.