Skip to content

Commit

Permalink
chore: add coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcc committed Dec 3, 2024
1 parent 9353631 commit ebe94ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"size": "limit-size",
"lint": "eslint ./src ./__tests__ && prettier ./src ./__tests__ --check ",
"fix": "eslint ./src ./__tests__ --fix && prettier ./src ./__tests__ --write ",
"test": "cross-env TZ=Asia/Shanghai jest __tests__",
"test": "cross-env TZ=Asia/Shanghai jest __tests__ --coverage",
"test:unit": "cross-env TZ=Asia/Shanghai jest __tests__/unit/",
"test:integration": "cross-env TZ=Asia/Shanghai jest __tests__/integration/",
"preview": "vite preview",
Expand Down

0 comments on commit ebe94ed

Please sign in to comment.