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 a56dc6e commit c9d38f8Copy full SHA for c9d38f8
.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