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