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 304a5ad commit a56dc6eCopy full SHA for a56dc6e
.circleci/config.yml
@@ -16,7 +16,7 @@ jobs:
16
- run:
17
name: Test application
18
command: |
19
- TEST=$(circleci tests glob "**/__tests__/*.js" | circleci tests split --split-by=timings)
+ TEST=$(circleci tests glob '**/__tests__/*.js' | circleci tests split --split-by=timings)
20
yarn test $TEST
21
22
command: cp junit.xml ~/junit/
0 commit comments