Skip to content

Commit f6235d4

Browse files
committed
🔧 config: fix circle ci file
1 parent ec3a44b commit f6235d4

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
@@ -40,7 +40,7 @@ jobs:
4040

4141
# run tests!
4242
- run: yarn lint
43-
- run: yarn test:unit
43+
- run: yarn test
4444
- run: yarn ci:coverage
4545

4646
- codecov/upload:

0 commit comments

Comments
 (0)