test: remove errant .only()

This commit is contained in:
Julian Lam
2023-09-11 14:27:14 -04:00
parent 6625116634
commit 9dc9d5ef54

View File

@@ -112,7 +112,7 @@ describe('Password reset (library methods)', () => {
}); });
}); });
describe.only('locks', () => { describe('locks', () => {
let uid; let uid;
let email; let email;
beforeEach(async () => { beforeEach(async () => {