Skip to content

Commit

Permalink
Use native vitest coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
gndelia committed Nov 8, 2024
1 parent c69fa55 commit 971dccf
Show file tree
Hide file tree
Showing 3 changed files with 151 additions and 148 deletions.
6 changes: 5 additions & 1 deletion knip.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
* @type {import('knip').KnipConfig}
*/
const config = {
ignoreDependencies: ["eslint-config-prettier", "lint-staged"],
ignoreDependencies: [
"@vitest/coverage-v8",
"eslint-config-prettier",
"lint-staged",
],
};

export default config;
289 changes: 144 additions & 145 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 971dccf

Please sign in to comment.