We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3ba98b commit 41664c6Copy full SHA for 41664c6
.circleci/config.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- checkout
18
- run: yarn install
19
- - run: yarn test:coverage
+ - run: yarn jest --coverage -w=2
20
- persist_to_workspace:
21
root: /tmp
22
paths:
0 commit comments