Skip to content

Commit 304a5ad

Browse files
glob pattern 🔧
1 parent 28de12a commit 304a5ad

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 "**/__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)