Skip to content

Commit 24612e3

Browse files
ci: fix test (#314)
1 parent 2eb0af5 commit 24612e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/TestMemoryFS.test.js

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ describe('TestMemoryFS', () => {
1717
...webpackConfig,
1818
mode: 'development',
1919
context: directoryForCase,
20+
cache: false,
2021
});
2122
compiler.outputFileSystem = new MemoryFS();
2223
compiler.run((err1, stats1) => {

0 commit comments

Comments
 (0)