Skip to content

Commit

Permalink
Updates test coverage command
Browse files Browse the repository at this point in the history
  • Loading branch information
abtestingalpha committed Sep 16, 2024
1 parent 5ea9ba2 commit e2bab25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rest-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"lint:check": "eslint . --max-warnings=0",
"ci:lint": "npm run lint:check",
"test": "jest",
"test:coverage": "echo 'No tests defined.'",
"test:coverage": "jest --collect-coverage",
"postinstall": "npm run build"
},
"dependencies": {
Expand Down

0 comments on commit e2bab25

Please sign in to comment.