Sfoglia il codice sorgente

specificly test src folder with jest

Daniel Zlotin 8 anni fa
parent
commit
f79b26d8e9
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3
    0
      package.json

+ 3
- 0
package.json Vedi File

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