Skip to content

Commit

Permalink
chore: pin vitest to 2.1.5
Browse files Browse the repository at this point in the history
This works around vitest-dev/vitest#6992 being an issue with Vite 6
  • Loading branch information
Cherry committed Dec 1, 2024
1 parent 256698e commit cb3ddb8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ First, you will need to uninstall the old environment and install the new pool.

```sh
npm uninstall vitest-environment-miniflare
npm install --save-dev --save-exact vitest@2.1.6
npm install --save-dev --save-exact vitest@2.1.5
npm install --save-dev @cloudflare/vitest-pool-workers
```

Expand Down

0 comments on commit cb3ddb8

Please sign in to comment.