Browse Source

fixed jest

Daniel Zlotin 8 years ago
parent
commit
74616f1e23
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      package.json

+ 1
- 1
package.json View File

@@ -60,7 +60,7 @@
60 60
   "jest": {
61 61
     "preset": "jest-react-native",
62 62
     "testPathDirs": [
63
-      "src"
63
+      "node_modules", "src2"
64 64
     ],
65 65
     "resetMocks": true,
66 66
     "resetModules": true