Skip to content

Commit

Permalink
fix test file glob
Browse files Browse the repository at this point in the history
  • Loading branch information
samio committed Sep 21, 2020
1 parent 1914c37 commit 32035bc
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 @@ -79,7 +79,7 @@
}
},
"collectCoverageFrom": [
"src/*.{js,ts}x?"
"src/*.{js,ts,tsx}"
]
},
"prettier": {
Expand Down

0 comments on commit 32035bc

Please sign in to comment.