mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-29 10:06:13 +01:00
test: remove errant .only()
This commit is contained in:
@@ -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 () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user