Skip to content

Commit

Permalink
Fix deprecatoin warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ivank committed Nov 25, 2018
1 parent 4b4fd3b commit 0092ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- run: yarn lint --format junit --out reports/junit/js-lint-results.xml
- run: .circleci/wait-for-server.sh
- run:
command: yarn test --runInBand --ci --testResultsProcessor="jest-junit"
command: yarn test --runInBand --ci --reporters="jest-junit"
environment:
JEST_JUNIT_OUTPUT: 'reports/junit/js-test-results.xml'
- store_test_results:
Expand Down

0 comments on commit 0092ea5

Please sign in to comment.