chore(project): use source maps in tests

This commit is contained in:
Maciej Barelkowski 2019-11-06 11:22:35 +01:00 committed by Nico Rehwaldt
parent 03d9801ec1
commit 5aa162efcd
1 changed files with 2 additions and 1 deletions

View File

@ -105,7 +105,8 @@ module.exports = function(karma) {
'node_modules', 'node_modules',
absoluteBasePath absoluteBasePath
] ]
} },
devtool: 'eval-source-map'
} }
}); });
}; };