We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45d311c commit 262c47fCopy full SHA for 262c47f
tests/index.js
@@ -15,8 +15,6 @@ const successGreen = "\x1b[32m";
15
const warningYellow = "\x1b[33m";
16
const resetColor = "\x1b[0m";
17
18
-console.log(testsDir);
19
-
20
// Assert nothing changed
21
const gitDff = execSync("git ls-files --modified .", {
22
cwd: testsDir,
0 commit comments