We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 098c475 commit 123181eCopy full SHA for 123181e
src/content/docs/workers/testing/vitest-integration/test-apis.mdx
@@ -267,7 +267,7 @@ The Workers Vitest integration provides runtime helpers for writing tests in the
267
268
:::caution[Workflows currently require `isolatedStorage` to be disabled]
269
270
-To test projects that use Workflows, you **must** set `isolatedStorage` to `false` in your `vitest.config.ts` file.
+To test projects that use Workflows `isolatedStorage` **must** be set to `false` in the project's `vitest.config.ts` file.
271
272
:::
273
0 commit comments