From 1331af782ea2670a452d89a80a0d10affc5c5697 Mon Sep 17 00:00:00 2001 From: Francesco Soncina Date: Tue, 21 Feb 2017 14:50:38 +0100 Subject: [PATCH] fix typo in comment, fixes #75 --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index cf55e2fab..0178162d6 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -130,7 +130,7 @@ module.exports = function makeWebpackConfig() { // 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 + // Skips node_modules and files that end with .spec.js if (isTest) { config.module.rules.push({ enforce: 'pre',