Skip to content

Commit

Permalink
test: remove errant .only()
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlam committed Sep 11, 2023
1 parent 6625116 commit 9dc9d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/user/reset.js
Expand Up @@ -112,7 +112,7 @@ describe('Password reset (library methods)', () => {
});
});

describe.only('locks', () => {
describe('locks', () => {
let uid;
let email;
beforeEach(async () => {
Expand Down

0 comments on commit 9dc9d5e

Please sign in to comment.