Skip to content

Commit

Permalink
chore: bump vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
fi3ework committed Oct 8, 2022
1 parent ca900d6 commit bd54d05
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"typescript": "~4.5.5",
"vite": "^3.0.7",
"vite-plugin-checker": "workspace:*",
"vitest": "^0.21.1",
"vitest": "^0.24.0",
"ws": "^8.5.0",
"zx": "^1.14.2"
}
Expand Down
35 changes: 22 additions & 13 deletions pnpm-lock.yaml

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

1 change: 0 additions & 1 deletion vitest.config.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ const timeout = process.env.CI ? 80000 : 40000
export default defineConfig({
test: {
cache: false,
isolate: false,
threads: false,
include: ['./playground/**/*.spec.[tj]s'],
setupFiles: ['./playground/vitestSetup.ts'],
Expand Down

0 comments on commit bd54d05

Please sign in to comment.