[test] jest please

This commit is contained in:
Louis Lam 2021-10-16 14:54:45 +08:00
parent 6ff3cb275e
commit 2e24312f67
1 changed files with 1 additions and 2 deletions

View File

@ -39,7 +39,6 @@ describe("Test genSecret", () => {
describe("Test reset-password", () => {
it("should able to run", async () => {
jest.setTimeout(120000);
await require("../extra/reset-password").main();
});
}, 120000);
});