Skip to content

Commit a6a4985

Browse files
edmundhungsdnts
authored andcommitted
docs(vitest-pool-workers): update supported vitest versions (cloudflare#22962)
1 parent 7c6e791 commit a6a4985

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/workers/testing/vitest-integration/write-your-first-test.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ First, make sure that:
2626
- Vitest and `@cloudflare/vitest-pool-workers` are installed in your project as dev dependencies
2727

2828
<PackageManagers
29-
pkg="vitest@~3.1.0 @cloudflare/vitest-pool-workers"
29+
pkg="vitest@~3.2.0 @cloudflare/vitest-pool-workers"
3030
dev="true"
3131
/>
3232

3333
:::note
3434

35-
Currently, the `@cloudflare/vitest-pool-workers` package _only_ works with Vitest 2.0.x - 3.1.x.
35+
Currently, the `@cloudflare/vitest-pool-workers` package _only_ works with Vitest 2.0.x - 3.2.x.
3636

3737
:::
3838

0 commit comments

Comments
 (0)