Skip to content

Commit

Permalink
test: fix coverage collect globbing pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
icyJoseph committed Jul 7, 2020
1 parent 2f5ccd4 commit f0c087e
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 @@ -46,7 +46,7 @@
},
"jest": {
"collectCoverageFrom": [
"src/{components,hexapod}/*.{js,jsx,ts,tsx}",
"src/{components,hexapod}/**/*.{js,jsx,ts,tsx}",
"src/loadables.js",
"src/App.js",
"src/routes.js"
Expand Down

0 comments on commit f0c087e

Please sign in to comment.