Skip to content

Commit

Permalink
fix: use correct vitest version in playwright + vitest template (#11376)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodldavis authored Dec 18, 2023
1 parent ca5d5ec commit 39d3492
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/forty-owls-hear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-svelte": patch
---

fix: use vitest 1.0 in playwright + vitest template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"devDependencies": {
"@playwright/test": "^1.28.1",
"vitest": "^0.32.2"
"vitest": "^1.0.0"
},
"scripts": {
"test:integration": "playwright test",
Expand Down

0 comments on commit 39d3492

Please sign in to comment.