Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8ac51a5

Browse files
author
Joel Larson
authored
Merge pull request #2 from escapedcat/patch-1
Update istanbul-loader comment
2 parents 26229d6 + 6390925 commit 8ac51a5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

webpack.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,10 @@ module.exports = function makeWebpackConfig () {
119119
}]
120120
};
121121

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
122+
// ISTANBUL LOADER
123+
// https://github.com/deepsweet/istanbul-instrumenter-loader
124+
// Instrument JS files with istanbul-lib-instrument for subsequent code coverage reporting
125+
// Skips node_modules and files that end with .test
126126
if (isTest) {
127127
config.module.preLoaders.push({
128128
test: /\.js$/,

0 commit comments

Comments
 (0)