Skip to content
This repository was archived by the owner on Feb 25, 2020. It is now read-only.

Commit 330ebf5

Browse files
Horacio Herrerasatya164
authored andcommitted
fix: fix optional flag on testRegex (#16)
closes #15
1 parent 27ed333 commit 330ebf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
},
8080
"jest": {
8181
"preset": "react-native",
82-
"testRegex": "/__tests__/[^/]+-test\\.(js|tsx)?$",
82+
"testRegex": "/__tests__/[^/]+-test\\.(js|tsx?)$",
8383
"setupFiles": [
8484
"<rootDir>/jest-setup.js"
8585
],

0 commit comments

Comments
 (0)