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