Skip to content

Commit cb3ddb8

Browse files
committed
chore: pin vitest to 2.1.5
This works around vitest-dev/vitest#6992 being an issue with Vite 6
1 parent 256698e commit cb3ddb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/testing/vitest-integration/get-started/migrate-from-miniflare-2.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ First, you will need to uninstall the old environment and install the new pool.
3030

3131
```sh
3232
npm uninstall vitest-environment-miniflare
33-
npm install --save-dev --save-exact [email protected].6
33+
npm install --save-dev --save-exact [email protected].5
3434
npm install --save-dev @cloudflare/vitest-pool-workers
3535
```
3636

0 commit comments

Comments
 (0)