Skip to content

Commit

Permalink
chore: Enable coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Undistraction committed Aug 1, 2024
1 parent f33477c commit f3a9e19
Show file tree
Hide file tree
Showing 3 changed files with 172 additions and 14 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"type": "module",
"scripts": {
"prepare": "husky",
"test": "vitest run",
"test-watch": "vitest",
"test": "vitest run --coverage",
"test-watch": "vitest --coverage",
"test-snapshot": "node ./tests/snapshotData",
"lint": "pnpm run lint-prettier && pnpm run lint-eslint",
"lint-prettier": "prettier . --write",
Expand Down Expand Up @@ -64,6 +64,7 @@
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitest/coverage-v8": "^2.0.5",
"commitlint": "^19.3.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
Expand Down
Loading

0 comments on commit f3a9e19

Please sign in to comment.