[tests] wip - upgrade tests to detox 9 / babel 7 / rn 57

This commit is contained in:
Salakar
2018-09-08 12:50:57 +01:00
parent 6625efd934
commit 63e1cc638f
13 changed files with 2337 additions and 24561 deletions

View File

@@ -4,8 +4,8 @@
"private": true,
"scripts": {
"packager-chrome": "node node_modules/react-native/local-cli/cli.js start --platforms ios,android",
"packager-jet": "REACT_DEBUGGER='echo nope' node node_modules/react-native/local-cli/cli.js start --platforms ios,android",
"packager-jet-reset-cache": "REACT_DEBUGGER='echo nope' node node_modules/react-native/local-cli/cli.js start --platforms ios,android --reset-cache",
"packager-jet": "REACT_DEBUGGER='echo nope' node node_modules/react-native/local-cli/cli.js start",
"packager-jet-reset-cache": "REACT_DEBUGGER='echo nope' node node_modules/react-native/local-cli/cli.js start --reset-cache",
"build-android": "detox build --configuration android.emu.debug",
"build-ios": "detox build --configuration ios.sim.debug",
"test": "npm run test-android && test-ios",
@@ -20,34 +20,35 @@
"ios:pod:install": "cd ios && rm -rf ReactNativeFirebaseDemo.xcworkspace && pod install && cd .."
},
"dependencies": {
"jet": "0.0.2",
"detox": "^8.2.3",
"detox": "^9.0.1",
"fbjs": "^0.8.16",
"firebase-admin": "^5.12.0",
"jet": "0.0.2",
"jsonwebtoken": "^8.2.1",
"mocha": "^5.2.0",
"prop-types": "^15.6.1",
"react": "^16.4.1",
"react-native": "^0.56.0",
"react": "^16.5.0",
"react-native": "^0.57.0-rc.4",
"should": "^13.2.1",
"should-sinon": "0.0.6",
"sinon": "^6.1.4"
"sinon": "^6.2.0"
},
"devDependencies": {
"@babel/cli": "7.0.0-beta.47",
"@babel/core": "7.0.0-beta.47",
"babel-eslint": "^8.2.6",
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/runtime": "^7.0.0",
"babel-eslint": "^9.0.0",
"babel-plugin-istanbul": "^5.0.1",
"babel-plugin-module-resolver": "^3.1.1",
"babel-preset-react-native": "^5.0.2",
"eslint": "^5.3.0",
"eslint": "^5.5.0",
"eslint-config-airbnb": "^17.0.0",
"eslint-plugin-flowtype": "^2.46.3",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"flow-bin": "^0.78.0",
"nyc": "^12.0.2",
"nyc": "^13.0.1",
"rimraf": "^2.6.2"
},
"nyc": {