Skip to content

Commit

Permalink
maint/dev ~ expand/revise coverage exclusion regex
Browse files Browse the repository at this point in the history
  • Loading branch information
rivy committed Aug 9, 2022
1 parent 3f075e4 commit b07c1b7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,12 +238,11 @@
"build/cjs/**",
"build/esm/**",
"build/umd/**",
"dist/**",
"eg/**",
"test/**",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.ts",
"**/*.test.ts"
"**/*.test.*",
"**/*.spec.*"
],
"reporter": [
"html",
Expand Down

0 comments on commit b07c1b7

Please sign in to comment.