Don't run Jest watch in CI

This commit is contained in:
Adam Miskiewicz
2017-05-15 19:06:17 -07:00
parent f816088a4c
commit d1cfeec78f

View File

@@ -13,7 +13,7 @@
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "node node_modules/jest/bin/jest.js --watch"
"test": "jest"
},
"dependencies": {
"expo": "^16.0.0",