setup unit test for setup

This commit is contained in:
LouisLam
2021-10-05 17:39:44 +08:00
parent e6ff957d9d
commit 79e0c9e1f1
6 changed files with 3078 additions and 77 deletions

5
test/prepare-jest.js Normal file
View File

@@ -0,0 +1,5 @@
const fs = require("fs");
fs.rmdirSync("./data/test-chrome-profile", {
recursive: true,
});