mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-08 21:38:37 +08:00
setup unit test for setup
This commit is contained in:
5
test/prepare-jest.js
Normal file
5
test/prepare-jest.js
Normal file
@@ -0,0 +1,5 @@
|
||||
const fs = require("fs");
|
||||
|
||||
fs.rmdirSync("./data/test-chrome-profile", {
|
||||
recursive: true,
|
||||
});
|
Reference in New Issue
Block a user