Skip to content

Commit

Permalink
chore: add missing vitest dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mvantellingen committed Nov 13, 2024
1 parent b460b42 commit ca81329
Show file tree
Hide file tree
Showing 2 changed files with 367 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,20 @@
"check": "biome check",
"publish:ci": "pnpm build && pnpm changeset publish",
"test": "vitest run",
"test:ci": "vitest run --coverage"
"test:ci": "vitest run --coverage --passWithNoTests"
},
"devDependencies": {
"@changesets/cli": "2.25.0",
"turbo": "^2.2.3"
},
"workspaces": ["packages/*"],
"workspaces": [
"packages/*"
],
"packageManager": "pnpm@9.2.0",
"private": true,
"dependencies": {
"@biomejs/biome": "^1.9.4"
"@biomejs/biome": "^1.9.4",
"@vitest/coverage-v8": "2.1.4",
"vitest": "2.1.4"
}
}
Loading

0 comments on commit ca81329

Please sign in to comment.