From 1210985e59dc9900c9ec9e0a7419d1b94b7b54c5 Mon Sep 17 00:00:00 2001 From: Chris Lawson <7269141+cjlawson02@users.noreply.github.com> Date: Sat, 26 Apr 2025 10:28:05 -0700 Subject: [PATCH] [Workers] Update vitest-pool-workers docs to newer vitest version --- .../testing/vitest-integration/write-your-first-test.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/workers/testing/vitest-integration/write-your-first-test.mdx b/src/content/docs/workers/testing/vitest-integration/write-your-first-test.mdx index 06c24251524959f..57f0aa32933b375 100644 --- a/src/content/docs/workers/testing/vitest-integration/write-your-first-test.mdx +++ b/src/content/docs/workers/testing/vitest-integration/write-your-first-test.mdx @@ -26,13 +26,13 @@ First, make sure that: - Vitest and `@cloudflare/vitest-pool-workers` are installed in your project as dev dependencies :::note - Currently, the `@cloudflare/vitest-pool-workers` package _only_ works with Vitest 2.0.x - 3.0.x. + Currently, the `@cloudflare/vitest-pool-workers` package _only_ works with Vitest 2.0.x - 3.1.x. :::