Skip to content

Commit 43b3562

Browse files
committed
chore: update vitest to 2.1.8
1 parent cb3ddb8 commit 43b3562

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].5
33+
npm install --save-dev --save-exact [email protected].8
3434
npm install --save-dev @cloudflare/vitest-pool-workers
3535
```
3636

0 commit comments

Comments
 (0)