Skip to content

Commit 456e8de

Browse files
authored
Update src/content/docs/workers/testing/vitest-integration/configuration.mdx
1 parent 0c29aaa commit 456e8de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/testing/vitest-integration/configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Custom Vitest `environment`s or `runner`s are not supported when using the Worke
4949

5050
The following APIs are exported from the `@cloudflare/vitest-pool-workers/config` module.
5151

52-
### defineWorkersConfig(options)
52+
### `defineWorkersConfig(options)`
5353

5454
Ensures Vitest is configured to use the Workers integration with the correct module resolution settings, and provides type checking for [WorkersPoolOptions](#workerspooloptions). This should be used in place of the [`defineConfig()`](https://vitest.dev/config/file.html) function from Vitest. It also accepts a `Promise` of `options`, or an optionally-`async` function returning `options`.
5555

0 commit comments

Comments
 (0)