Skip to content

Commit 11f1823

Browse files
Ryan PedersenRyan Pedersen
authored andcommitted
fix testing folder
1 parent dbaed2c commit 11f1823

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)