Skip to content

Commit 5665f84

Browse files
andris9claude
andcommitted
test(api): remove committed describe.only from webauthn tests
A describe.only in test/api/webauthn-test.js silently reduced the grunt api mochaTest target to the 8 WebAuthn tests, skipping every other API suite loaded in the same mocha process. With the .only removed the full API test set (291 tests) runs again. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LWnLbVpaso4kpiK7wXLm6d
1 parent 260fb22 commit 5665f84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/api/webauthn-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ function base64UrlDecode(value) {
130130
return Buffer.from(input, 'base64');
131131
}
132132

133-
describe.only('API WebAuthn', function () {
133+
describe('API WebAuthn', function () {
134134
this.timeout(10000); // eslint-disable-line no-invalid-this
135135

136136
const password = 'webauthnsecretvalue';

0 commit comments

Comments
 (0)