mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-12-16 19:24:41 -05:00
[test] jest please
This commit is contained in:
parent
6ff3cb275e
commit
2e24312f67
@ -39,7 +39,6 @@ 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();
|
||||||
});
|
}, 120000);
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user