Skip to content

Commit ca81329

Browse files
committed
chore: add missing vitest dev dependency
1 parent b460b42 commit ca81329

File tree

2 files changed

+367
-3
lines changed

2 files changed

+367
-3
lines changed

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,20 @@
1111
"check": "biome check",
1212
"publish:ci": "pnpm build && pnpm changeset publish",
1313
"test": "vitest run",
14-
"test:ci": "vitest run --coverage"
14+
"test:ci": "vitest run --coverage --passWithNoTests"
1515
},
1616
"devDependencies": {
1717
"@changesets/cli": "2.25.0",
1818
"turbo": "^2.2.3"
1919
},
20-
"workspaces": ["packages/*"],
20+
"workspaces": [
21+
"packages/*"
22+
],
2123
"packageManager": "[email protected]",
2224
"private": true,
2325
"dependencies": {
24-
"@biomejs/biome": "^1.9.4"
26+
"@biomejs/biome": "^1.9.4",
27+
"@vitest/coverage-v8": "2.1.4",
28+
"vitest": "2.1.4"
2529
}
2630
}

0 commit comments

Comments
 (0)