Skip to content

Commit ff7e66d

Browse files
Merge pull request #19 from ryanpedersen42/glob-patch
Glob patch
2 parents 28de12a + d552a4e commit ff7e66d

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)