fix: fix optional flag on testRegex (#16)

closes #15
This commit is contained in:
Horacio Herrera
2018-10-26 02:09:29 +02:00
parent 546ae506a8
commit 1501d4cd85

View File

@@ -79,7 +79,7 @@
},
"jest": {
"preset": "react-native",
"testRegex": "/__tests__/[^/]+-test\\.(js|tsx)?$",
"testRegex": "/__tests__/[^/]+-test\\.(js|tsx?)$",
"setupFiles": [
"<rootDir>/jest-setup.js"
],