Skip to content

Commit 123181e

Browse files
Update src/content/docs/workers/testing/vitest-integration/test-apis.mdx
Co-authored-by: Diogo Ferreira <[email protected]>
1 parent 098c475 commit 123181e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/testing/vitest-integration/test-apis.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ The Workers Vitest integration provides runtime helpers for writing tests in the
267267

268268
:::caution[Workflows currently require `isolatedStorage` to be disabled]
269269

270-
To test projects that use Workflows, you **must** set `isolatedStorage` to `false` in your `vitest.config.ts` file.
270+
To test projects that use Workflows `isolatedStorage` **must** be set to `false` in the project's `vitest.config.ts` file.
271271

272272
:::
273273

0 commit comments

Comments
 (0)