Skip to content

Commit 9ae6ecb

Browse files
author
Riccardo Di Benedetto
committed
Merge branch 'fix-recursion' of github.com:mia-platform/json-editor into fix-recursion
2 parents 7006b41 + f41a45d commit 9ae6ecb

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)