Skip to content

Commit

Permalink
chore(jest): fix collectCoverageFrom
Browse files Browse the repository at this point in the history
  • Loading branch information
hshoff authored Aug 19, 2020
1 parent 5878124 commit e0597bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"json"
],
"collectCoverageFrom": [
"packages/src/**/*{.ts,tsx}",
"packages/src/**/*.{ts,tsx}",
"!node_modules/**",
"!packages/**/esm/**",
"!packages/**/lib/**",
Expand Down

0 comments on commit e0597bc

Please sign in to comment.