Skip to content

Commit

Permalink
build(dev-deps): update vitest to 3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 committed Feb 18, 2025
1 parent 5b80e17 commit c57e8af
Show file tree
Hide file tree
Showing 3 changed files with 390 additions and 358 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"lint-staged": "^15.2.10",
"nyc": "^17.1.0",
"prettier": "^3.3.3",
"vitest": "^2.1.9"
"vitest": "^3.0.6"
},
"lint-staged": {
"*.js": [
Expand Down
7 changes: 2 additions & 5 deletions vitest.config.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
/// <reference types="vitest/config" />
import { defineConfig } from 'vitest/config';

export default defineConfig({
test: {
poolOptions: {
forks: {
singleFork: true,
},
},
testTimeout: 10_000,
},
});
Loading

0 comments on commit c57e8af

Please sign in to comment.