Skip to content

Commit 7a3427f

Browse files
ci: fix test
1 parent 2eb0af5 commit 7a3427f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/TestMemoryFS.test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ describe('TestMemoryFS', () => {
1717
...webpackConfig,
1818
mode: 'development',
1919
context: directoryForCase,
20+
cache: false,
2021
});
22+
2123
compiler.outputFileSystem = new MemoryFS();
2224
compiler.run((err1, stats1) => {
2325
if (err1) {

0 commit comments

Comments
 (0)