Skip to content

Commit

Permalink
Do not cover configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
ylavoie committed Mar 30, 2023
1 parent c42b177 commit ea807c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion UI/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ module.exports = {

// An array of glob patterns indicating a set of files for which coverage information should be collected
collectCoverageFrom: [
"{src,js-src}/**/*.{js,vue}"
"{src,js-src}/**/*.{js,vue}",
"!**/webpack*.js"
],

// The directory where Jest should output its coverage files
Expand Down

0 comments on commit ea807c3

Please sign in to comment.