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