Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 26229d6 + 6390925 commit 8ac51a5Copy full SHA for 8ac51a5
webpack.config.js
@@ -119,10 +119,10 @@ module.exports = function makeWebpackConfig () {
119
}]
120
};
121
122
- // ISPARTA LOADER
123
- // Reference: https://github.com/ColCh/isparta-instrumenter-loader
124
- // Instrument JS files with Isparta for subsequent code coverage reporting
125
- // Skips node_modules and files that end with .test.js
+ // ISTANBUL LOADER
+ // https://github.com/deepsweet/istanbul-instrumenter-loader
+ // Instrument JS files with istanbul-lib-instrument for subsequent code coverage reporting
+ // Skips node_modules and files that end with .test
126
if (isTest) {
127
config.module.preLoaders.push({
128
test: /\.js$/,
0 commit comments