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 28de12a commit 304a5adCopy full SHA for 304a5ad
‎.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