Skip to content

Commit

Permalink
updating vitest to 1.1.0 (#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed Dec 19, 2023
1 parent 622c7d3 commit 8d7e5fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@types/node": "20.9.0",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"@vitest/coverage-v8": "0.34.6",
"@vitest/coverage-v8": "1.1.0",
"dotenv-cli": "7.3.0",
"eslint": "8.53.0",
"eslint-config-prettier": "9.0.0",
Expand All @@ -66,7 +66,7 @@
"prettier": "3.1.0",
"rimraf": "^5.0.5",
"typescript": "5.2.2",
"vitest": "0.34.6"
"vitest": "1.1.0"
},
"lint-staged": {
"*.{ts,js,mts,mjs}": "eslint --cache --fix",
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default defineConfig({
test: {
coverage: {
reporter: ['json', 'text'],
exclude: ['test', 'examples'],
exclude: ['test', 'examples', '.eslintrc.js', 'vite.config.ts'],
},
},
});

0 comments on commit 8d7e5fa

Please sign in to comment.