mirror of
https://github.com/koichixD/uptime-kuma.git
synced 2026-08-29 01:01:01 +00:00
Playwright + Native Node Test Runner (#3893)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
const fs = require("fs");
|
||||
|
||||
fs.rmSync("./data/playwright-test", {
|
||||
recursive: true,
|
||||
force: true,
|
||||
});
|
||||
Reference in New Issue
Block a user