summaryrefslogtreecommitdiffhomepage
path: root/packages/server/src/authentication/generateAuthenticationOptions.test.ts
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2022-11-20 00:12:37 -0800
committerMatthew Miller <matthew@millerti.me>2022-11-20 00:12:37 -0800
commitc41dead310bdf5e1ce94c551a1f9d2d21ce5f793 (patch)
tree9b65282922d325108734cc68224d07bab259d0cf /packages/server/src/authentication/generateAuthenticationOptions.test.ts
parent8e44429e187c747de6cd94ee8efc751d4dd3e94c (diff)
Run linter over everything
Diffstat (limited to 'packages/server/src/authentication/generateAuthenticationOptions.test.ts')
-rw-r--r--packages/server/src/authentication/generateAuthenticationOptions.test.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/server/src/authentication/generateAuthenticationOptions.test.ts b/packages/server/src/authentication/generateAuthenticationOptions.test.ts
index 65dc66e..9048cf5 100644
--- a/packages/server/src/authentication/generateAuthenticationOptions.test.ts
+++ b/packages/server/src/authentication/generateAuthenticationOptions.test.ts
@@ -5,10 +5,9 @@ import { isoBase64URL } from '../helpers/iso';
import { generateAuthenticationOptions } from './generateAuthenticationOptions';
const challengeString = 'dG90YWxseXJhbmRvbXZhbHVl';
-const challengeBuffer = isoBase64URL.toBuffer(challengeString)
+const challengeBuffer = isoBase64URL.toBuffer(challengeString);
test('should generate credential request options suitable for sending via JSON', () => {
-
const options = generateAuthenticationOptions({
allowCredentials: [
{