summaryrefslogtreecommitdiffhomepage
path: root/packages/browser/src/helpers/__mocks__/browserSupportsWebAuthn.ts
blob: 5751167faec92a97d93aa7b4c4c43fe876c1da60 (plain)
1
2
// We just need a simple mock so we can control whether this returns `true` or `false`
export const browserSupportsWebAuthn = jest.fn();