Skip to content

Commit 8067179

Browse files
committed
Fix coverage report
1 parent 174d72f commit 8067179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
"jest": {
5252
"collectCoverageFrom": [
53-
"<rootDir>/src/**.js"
53+
"<rootDir>/src/**.tsx"
5454
],
5555
"transform": {
5656
"^.+\\.tsx?$": "ts-jest"

0 commit comments

Comments
 (0)