Skip to content

Commit c9d38f8

Browse files
path
1 parent a56dc6e commit c9d38f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- run:
1717
name: Test application
1818
command: |
19-
TEST=$(circleci tests glob '**/__tests__/*.js' | circleci tests split --split-by=timings)
19+
TEST=$(circleci tests glob src/__tests__/*.js | circleci tests split --split-by=timings)
2020
yarn test $TEST
2121
- run:
2222
command: cp junit.xml ~/junit/

0 commit comments

Comments
 (0)