Skip to content

Commit

Permalink
Removed abandoned istanbul webpack loader and replaced it with another (
Browse files Browse the repository at this point in the history
  • Loading branch information
matux authored Mar 6, 2024
1 parent 289f0ee commit 6b9f06f
Show file tree
Hide file tree
Showing 3 changed files with 9,731 additions and 301 deletions.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ module.exports = function (config) {
enforce: 'post',
test: /\.js$/,
exclude: [/node_modules/, /vendor/, /lib/, /dist/, /test/],
loader: 'istanbul-instrumenter-loader'
loader: 'coverage-istanbul-loader'
}
],
}
Expand Down
Loading

0 comments on commit 6b9f06f

Please sign in to comment.