Skip to content

Commit

Permalink
ci: fix test (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi authored Nov 21, 2018
1 parent 2eb0af5 commit 24612e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/TestMemoryFS.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ describe('TestMemoryFS', () => {
...webpackConfig,
mode: 'development',
context: directoryForCase,
cache: false,
});
compiler.outputFileSystem = new MemoryFS();
compiler.run((err1, stats1) => {
Expand Down

0 comments on commit 24612e3

Please sign in to comment.