Skip to content

Commit f41a45d

Browse files
Update config/karma.conf.js
Co-authored-by: Federico Maggi <7142570+fredmaggiowski@users.noreply.github.com>
1 parent dd0f585 commit f41a45d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module.exports = function (config) {
1919
// preprocess matching files before serving them to the browser
2020
// available preprocessors: https://npmjs.org/browse/keyword/karma-preprocessor
2121
preprocessors: {
22-
'./src/core.js': ['webpack', 'sourcemap'], // Same as entrypoint specified in webpack.config.js
22+
'./src/core.js': [ 'webpack', 'sourcemap' ], // Same as entrypoint specified in webpack.config.js
2323
'./tests/unit/**/*.spec.js': ['webpack', 'sourcemap']
2424
},
2525

0 commit comments

Comments
 (0)