summaryrefslogtreecommitdiffhomepage
path: root/packages/browser/src/helpers/__jest__/generateCustomError.ts
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2022-07-28 10:06:02 -0700
committerMatthew Miller <matthew@millerti.me>2022-07-28 10:06:02 -0700
commitaf8d952eeed08f01a9d938da126152c649caa297 (patch)
tree0d528cd1382f7066114570ed82ea6f4216b21642 /packages/browser/src/helpers/__jest__/generateCustomError.ts
parent522f00d9ae613ff1f51f0c1aca85a6ae129381c5 (diff)
Run `npm run lint`
Diffstat (limited to 'packages/browser/src/helpers/__jest__/generateCustomError.ts')
-rw-r--r--packages/browser/src/helpers/__jest__/generateCustomError.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/browser/src/helpers/__jest__/generateCustomError.ts b/packages/browser/src/helpers/__jest__/generateCustomError.ts
index f4b3250..7c018ca 100644
--- a/packages/browser/src/helpers/__jest__/generateCustomError.ts
+++ b/packages/browser/src/helpers/__jest__/generateCustomError.ts
@@ -1,8 +1,8 @@
/**
* Create "custom errors" to help emulate WebAuthn API errors
-*/
+ */
type WebAuthnErrorName =
- 'AbortError'
+ | 'AbortError'
| 'ConstraintError'
| 'InvalidStateError'
| 'NotAllowedError'