webpack/test/WatchCacheUnaffectedTestCas...

11 lines
183 B
JavaScript
Raw Permalink Normal View History

"use strict";
2021-10-05 19:43:30 +08:00
const { describeCases } = require("./WatchTestCases.template");
describeCases({
name: "WatchCacheUnaffectedTestCases",
experiments: {
cacheUnaffected: true
}
});