Use a better maintained loader for test coverage
This commit is contained in:
@@ -98,7 +98,7 @@ module.exports = function (karma) {
|
||||
{
|
||||
test: /\.js$/,
|
||||
use: {
|
||||
loader: 'istanbul-instrumenter-loader',
|
||||
loader: 'coverage-istanbul-loader',
|
||||
options: {
|
||||
esModules: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user