Explorar el Código

specificly test src folder with jest

Daniel Zlotin hace 8 años
padre
commit
f79b26d8e9
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3
    0
      package.json

+ 3
- 0
package.json Ver fichero

@@ -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
   }