Browse Source

specificly test src folder with jest

Daniel Zlotin 7 years ago
parent
commit
f79b26d8e9
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      package.json

+ 3
- 0
package.json View File

@@ -59,6 +59,9 @@
59 59
   },
60 60
   "jest": {
61 61
     "preset": "jest-react-native",
62
+    "testPathDirs": [
63
+      "src"
64
+    ],
62 65
     "resetMocks": true,
63 66
     "resetModules": true
64 67
   }