We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89b0043 commit 1331af7Copy full SHA for 1331af7
webpack.config.js
@@ -130,7 +130,7 @@ module.exports = function makeWebpackConfig() {
130
// ISTANBUL LOADER
131
// https://github.com/deepsweet/istanbul-instrumenter-loader
132
// Instrument JS files with istanbul-lib-instrument for subsequent code coverage reporting
133
- // Skips node_modules and files that end with .test
+ // Skips node_modules and files that end with .spec.js
134
if (isTest) {
135
config.module.rules.push({
136
enforce: 'pre',
0 commit comments