summaryrefslogtreecommitdiffhomepage
path: root/packages/browser/src/methods/startAuthentication.test.ts
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2022-12-27 21:38:27 -0800
committerMatthew Miller <matthew@millerti.me>2022-12-27 21:38:27 -0800
commitad5e7119317ab5915c7063b575e2bdd4fe263f9e (patch)
treea11ddb1a513534c690e6fe883475a5d00e9e08e7 /packages/browser/src/methods/startAuthentication.test.ts
parent23df5830ba89d68ca743aa771c8a92d12617018f (diff)
Lint everything
Diffstat (limited to 'packages/browser/src/methods/startAuthentication.test.ts')
-rw-r--r--packages/browser/src/methods/startAuthentication.test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/browser/src/methods/startAuthentication.test.ts b/packages/browser/src/methods/startAuthentication.test.ts
index 49f8898..31dbde3 100644
--- a/packages/browser/src/methods/startAuthentication.test.ts
+++ b/packages/browser/src/methods/startAuthentication.test.ts
@@ -299,7 +299,7 @@ test('should return authenticatorAttachment if present', async () => {
return new Promise(resolve => {
resolve({
response: {},
- getClientExtensionResults: () => { },
+ getClientExtensionResults: () => {},
authenticatorAttachment: 'cross-platform',
});
});