Skip to content

Commit 32035bc

Browse files
committed
fix test file glob
1 parent 1914c37 commit 32035bc

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
@@ -79,7 +79,7 @@
7979
}
8080
},
8181
"collectCoverageFrom": [
82-
"src/*.{js,ts}x?"
82+
"src/*.{js,ts,tsx}"
8383
]
8484
},
8585
"prettier": {

0 commit comments

Comments
 (0)