Skip to content

Commit 1331af7

Browse files
authoredFeb 21, 2017
fix typo in comment, fixes preboot#75
1 parent 89b0043 commit 1331af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ module.exports = function makeWebpackConfig() {
130130
// ISTANBUL LOADER
131131
// https://github.com/deepsweet/istanbul-instrumenter-loader
132132
// Instrument JS files with istanbul-lib-instrument for subsequent code coverage reporting
133-
// Skips node_modules and files that end with .test
133+
// Skips node_modules and files that end with .spec.js
134134
if (isTest) {
135135
config.module.rules.push({
136136
enforce: 'pre',

0 commit comments

Comments
 (0)