Skip to content

Commit 8bfe3e9

Browse files
author
Alice
committed
fixed jest command
1 parent bbb1c3d commit 8bfe3e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- run: mkdir -p ./reports/jest/ ; true
3131
- run:
3232
name: Tests
33-
command: yarn test --reporters=jest-junit
33+
command: yarn test --ci --reporters=jest-junit --reporters=default
3434
environment:
3535
JEST_JUNIT_OUTPUT_DIR: ./reports/jest/
3636
- store_test_results:

0 commit comments

Comments
 (0)