Skip to content

Commit

Permalink
add coverage flag back to jest command
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzhao committed Jan 13, 2025
1 parent e94b2b8 commit 55216fa
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 @@ -14,7 +14,7 @@
"build": "tsc && tsc -p tsconfig.esm.json",
"build:docs": "npx typedoc",
"eslint": "eslint --ext .ts src test",
"test": "jest",
"test": "jest --coverage",
"lint": "npm run prettier && npm run eslint",
"prettier": "prettier --check \"src/**/*.ts\" \"test/**/*.ts\"",
"prettier:write": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
Expand Down

0 comments on commit 55216fa

Please sign in to comment.