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