Enable karma-sourcemap-loader

This turns (some) stacktraces back into something useful, so that unpicking
test failures is vaguely tractable
This commit is contained in:
Richard van der Hoff 2017-08-08 19:04:25 +01:00
parent 0b2120e423
commit df33d40285
2 changed files with 2 additions and 1 deletions

View file

@ -84,7 +84,7 @@ module.exports = function (config) {
// available preprocessors:
// https://npmjs.org/browse/keyword/karma-preprocessor
preprocessors: {
'{src,test}/**/*.js': ['webpack'],
'{src,test}/**/*.js': ['webpack', 'sourcemap'],
},
// test results reporter to use