Skip to content

Commit

Permalink
run test cases for cacheUnaffected
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Oct 5, 2021
1 parent 91b6972 commit 4c68833
Show file tree
Hide file tree
Showing 9 changed files with 495 additions and 447 deletions.
File renamed without changes.
11 changes: 11 additions & 0 deletions test/WatchCacheUnaffectedTestCases.longtest.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
const { describeCases } = require("./WatchTestCases.template");

describeCases({
name: "WatchCacheUnaffectedTestCases",
experiments: {
cacheUnaffected: true
},
optimization: {
sideEffects: false
}
});
5 changes: 5 additions & 0 deletions test/WatchTestCases.longtest.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
const { describeCases } = require("./WatchTestCases.template");

describeCases({
name: "WatchTestCases"
});
Loading

0 comments on commit 4c68833

Please sign in to comment.