ソースを参照

specificly test src folder with jest

Daniel Zlotin 7 年 前
コミット
f79b26d8e9
共有1 個のファイルを変更した3 個の追加0 個の削除を含む
  1. 3
    0
      package.json

+ 3
- 0
package.json ファイルの表示

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