Browse Source

added jest

Daniel Zlotin 8 years ago
parent
commit
084baaccbb
1 changed files with 2 additions and 6 deletions
  1. 2
    6
      package.json

+ 2
- 6
package.json View File

38
   "devDependencies": {
38
   "devDependencies": {
39
     "react-native": "0.37.0",
39
     "react-native": "0.37.0",
40
     "react": "15.3.2",
40
     "react": "15.3.2",
41
-    "app-root-path": "^1.0.0",
42
     "babel-cli": "^6.8.0",
41
     "babel-cli": "^6.8.0",
43
     "babel-core": "^6.8.0",
42
     "babel-core": "^6.8.0",
44
     "babel-polyfill": "^6.8.0",
43
     "babel-polyfill": "^6.8.0",
49
     "eslint-plugin-react": "^4.2.3",
48
     "eslint-plugin-react": "^4.2.3",
50
     "eslint-plugin-react-native": "^1.0.0",
49
     "eslint-plugin-react-native": "^1.0.0",
51
     "babel-eslint": "^6.0.4",
50
     "babel-eslint": "^6.0.4",
52
-    "jasmine": "^2.4.1",
53
-    "jasmine-reporters": "^2.1.1",
54
-    "jasmine-spec-reporter": "^2.4.0",
55
-    "jasmine-expect": "^2.0.2",
56
-    "proxyquire": "1.7.4"
51
+    "jest": "^17.0.0",
52
+    "jest-cli": "^17.0.0"
57
   }
53
   }
58
 }
54
 }