Skip to content

Commit c3a57b5

Browse files
committed
silent tests
1 parent 7d62409 commit c3a57b5

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
@@ -11,7 +11,7 @@ jobs:
1111
name: Unit Tests
1212
command: |
1313
mkdir junit
14-
npm test > junit/tests.xml
14+
npm run --silent test > junit/tests.xml
1515
when: always
1616
- store_test_results:
1717
path: junit

0 commit comments

Comments
 (0)