Skip to content

Commit ab8c60d

Browse files
Merge pull request circleci#3077 from circleci/tjs/jest-command
Add --runInBand flag to jest for collecting test data.
2 parents acf2e63 + c189c70 commit ab8c60d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jekyll/_cci2/collect-test-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ steps:
461461
command: yarn add --dev jest-junit
462462
- run:
463463
name: Run tests with JUnit as reporter
464-
command: jest --ci --reporters=default --reporters=jest-junit
464+
command: jest --ci --runInBand --reporters=default --reporters=jest-junit
465465
environment:
466466
JEST_JUNIT_OUTPUT: "reports/junit/js-test-results.xml"
467467
```

0 commit comments

Comments
 (0)