Bump Detox to 8.2.3

Summary: 8.2.2 was a broken version, bumping to 8.2.3.

Reviewed By: yungsters

Differential Revision: D9539442

fbshipit-source-id: 554cc34261d988464671d0c4e4a7a18b6d495b73
This commit is contained in:
Eli White 2018-08-28 12:41:46 -07:00 committed by Facebook Github Bot
parent 58409be6b4
commit ee543ecf86
2 changed files with 3 additions and 5 deletions

View File

@ -459,11 +459,9 @@ jobs:
- run: - run:
name: Build iOS app for simulator name: Build iOS app for simulator
command: yarn run build-ios-e2e command: yarn run build-ios-e2e
# TODO: Fix these failing tests.
- run: *display-broken-tests-warning
- run: - run:
name: Run Detox Tests (Disabled) name: Run Detox Tests
command: ./scripts/circleci/exec_author_check.sh yarn run test-ios-e2e command: yarn run test-ios-e2e
# Set up an Android environment for downstream jobs # Set up an Android environment for downstream jobs
test_android: test_android:

View File

@ -206,7 +206,7 @@
"async": "^2.4.0", "async": "^2.4.0",
"babel-eslint": "9.0.0-beta.2", "babel-eslint": "9.0.0-beta.2",
"babel-generator": "^6.26.0", "babel-generator": "^6.26.0",
"detox": "^8.0.0", "detox": "^8.2.3",
"eslint": "5.1.0", "eslint": "5.1.0",
"eslint-config-fb-strict": "22.1.0", "eslint-config-fb-strict": "22.1.0",
"eslint-config-fbjs": "2.0.1", "eslint-config-fbjs": "2.0.1",