Skip to content

Commit

Permalink
chore: update to vitest v1.0.0 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
schoero committed Oct 20, 2023
1 parent 4e92100 commit 1149f7e
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 82 deletions.
100 changes: 43 additions & 57 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"release:latest": "changelogen --bump --output --no-tag",
"spellcheck": "cspell lint",
"spellcheck:ci": "npm run spellcheck -- --no-progress",
"test": "vitest --config ./vite.config.ts --threads=false",
"test": "vitest --config ./vite.config.ts",
"test:update": "npm run test -- --update --run",
"test:visual": "cross-env VISUAL=true npm run test -- --run"
},
Expand Down Expand Up @@ -121,7 +121,7 @@
"unwritten": "^0.1.0",
"vite-plugin-dts": "^3.6.0",
"vite-plugin-no-bundle": "^3.0.0",
"vitest": "^0.34.6"
"vitest": "^1.0.0-beta.2"
},
"keywords": [
"swiss",
Expand Down
Loading

0 comments on commit 1149f7e

Please sign in to comment.