Skip to content

Commit 17131a2

Browse files
committed
💚 test fix to circleci config.yml
1 parent a2a886b commit 17131a2

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
@@ -25,7 +25,7 @@ jobs:
2525
key: robofriends-cache-v1-{{ checksum "package-lock.json" }}
2626
paths:
2727
- /home/circleci/repo/.npm # this is where the npm cache is stored when we use npm ci
28-
- run: npm run test -- --coverage --watchAll=false
28+
- run: react-scripts test --coverage --watchAll=false
2929
upload-test-coverage:
3030
<<: *defaults
3131
steps:

0 commit comments

Comments
 (0)