Skip to content

Commit 72e2953

Browse files
authored
test: ensure Vitest 4 compatibility (#19)
1 parent e6264f3 commit 72e2953

File tree

3 files changed

+81
-62
lines changed

3 files changed

+81
-62
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@
5555
"devDependencies": {
5656
"@blitz/eslint-plugin": "^0.1.4",
5757
"@types/node": "^22.14.0",
58-
"@vitest/browser": "^3.2.1",
58+
"@vitest/browser": "^3.2.4",
5959
"eslint": "^9.24.0",
6060
"playwright": "^1.52.0",
6161
"prettier": "^3.5.3",
6262
"tsup": "^8.4.0",
6363
"typescript": "^5.8.3",
64-
"vitest": "^3.2.1"
64+
"vitest": "^3.2.4"
6565
},
6666
"prettier": {}
6767
}

pnpm-lock.yaml

Lines changed: 78 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/plugin.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import type {} from "vitest/config";
12
import type { Vite } from "vitest/node";
23
import { readDirectory } from "./commands";
34

0 commit comments

Comments
 (0)