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.
2 parents 28de12a + d552a4e commit ff7e66dCopy full SHA for ff7e66d
.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 "src/__tests__/*.js" | circleci tests split --split-by=timings)
20
yarn test $TEST
21
22
command: cp junit.xml ~/junit/
0 commit comments