Skip to content

Commit 9b912d3

Browse files
committed
fix: ci
1 parent 3c2d061 commit 9b912d3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/middleware.test.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ import getCompiler from "./helpers/getCompiler";
3232

3333
import getCompilerHooks from "./helpers/getCompilerHooks";
3434

35+
fs.lstat("D:\\System Volume Information", (err, stats) => {
36+
console.log("CI_TEST: ", err, stats)
37+
});
38+
3539
// Suppress unnecessary stats output
3640
jest.spyOn(globalThis.console, "log").mockImplementation();
3741

0 commit comments

Comments
 (0)