We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7006b41 + f41a45d commit 9ae6ecbCopy full SHA for 9ae6ecb
config/karma.conf.js
@@ -19,7 +19,7 @@ module.exports = function (config) {
19
// preprocess matching files before serving them to the browser
20
// available preprocessors: https://npmjs.org/browse/keyword/karma-preprocessor
21
preprocessors: {
22
- './src/core.js': ['webpack', 'sourcemap'], // Same as entrypoint specified in webpack.config.js
+ './src/core.js': [ 'webpack', 'sourcemap' ], // Same as entrypoint specified in webpack.config.js
23
'./tests/unit/**/*.spec.js': ['webpack', 'sourcemap']
24
},
25
0 commit comments