We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8d4557 commit 1182f66Copy full SHA for 1182f66
.circleci/config.yml
@@ -71,8 +71,7 @@ jobs:
71
environment:
72
JEST_JUNIT_OUTPUT_NAME: integration-results.xml
73
command: |
74
- export TESTFILES=$(circleci tests glob "test/integration/*.test.js" | circleci tests split --split-by=timings)
75
- $(npm bin)/jest ${TESTFILES} --reporters="default" --reporters="jest-junit" --runInBand
+ $(npm bin)/jest test/integration/*.test.js --reporters="default" --reporters="jest-junit" --runInBand
76
- store_artifacts:
77
path: coverage
78
- store_test_results:
0 commit comments