Skip to content

Commit 6390925

Browse files
authored
Update istanbul-loader comment
1 parent 26229d6 commit 6390925

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)