Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
TomJKing committed Dec 9, 2024
1 parent 47415fb commit 729464c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions themes/tdr/login/test/webauthn.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const publicKey: (response: AuthenticatorResponse, rawId: Buffer) => PublicKeyCr
getClientExtensionResults: jest.fn(),
id: "id",
type: "public-key",
toJSON: jest.fn()
}
return key
}
Expand Down

0 comments on commit 729464c

Please sign in to comment.