Skip to content

Commit

Permalink
Enable detox
Browse files Browse the repository at this point in the history
  • Loading branch information
elicwhite committed Aug 28, 2018
1 parent b10d716 commit 80aba28
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -459,11 +459,9 @@ jobs:
- run:
name: Build iOS app for simulator
command: yarn run build-ios-e2e
# TODO: Fix these failing tests.
- run: *display-broken-tests-warning
- run:
name: Run Detox Tests (Disabled)
command: ./scripts/circleci/exec_author_check.sh yarn run test-ios-e2e
name: Run Detox Tests
command: yarn run test-ios-e2e

# Set up an Android environment for downstream jobs
test_android:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
"async": "^2.4.0",
"babel-eslint": "9.0.0-beta.2",
"babel-generator": "^6.26.0",
"detox": "^8.0.0",
"detox": "^8.2.3",
"eslint": "5.1.0",
"eslint-config-fb-strict": "22.1.0",
"eslint-config-fbjs": "2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2385,7 +2385,7 @@ detect-newline@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-2.1.0.tgz#f41f1c10be4b00e87b5f13da680759f2c5bfd3e2"

detox@^8.0.0:
detox@^8.2.3:
version "8.2.3"
resolved "https://registry.yarnpkg.com/detox/-/detox-8.2.3.tgz#574ffbc3680e7285a07a340ede6f415163bbc725"
dependencies:
Expand Down

0 comments on commit 80aba28

Please sign in to comment.