We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c2d061 commit 9b912d3Copy full SHA for 9b912d3
test/middleware.test.js
@@ -32,6 +32,10 @@ import getCompiler from "./helpers/getCompiler";
32
33
import getCompilerHooks from "./helpers/getCompilerHooks";
34
35
+fs.lstat("D:\\System Volume Information", (err, stats) => {
36
+ console.log("CI_TEST: ", err, stats)
37
+});
38
+
39
// Suppress unnecessary stats output
40
jest.spyOn(globalThis.console, "log").mockImplementation();
41
0 commit comments