Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit ec2523a

Browse files
authored
Update vitest links in docs (#404)
1 parent 4109585 commit ec2523a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/content/testing/vitest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ order: 1
44

55
# ⚡️ Vitest Environment
66

7-
Miniflare includes a custom Vitest environment that allows you to run your unit
7+
Miniflare includes a custom [Vitest](https://vitest.dev/) environment that allows you to run your unit
88
tests within the Miniflare sandbox. Note that Vitest 0.23.0 is required.
99

1010
## Setup
@@ -21,7 +21,7 @@ In the following examples, we'll assume your `package.json` contains
2121
[⚡️ Developing with esbuild](/developing/esbuild) for an example.
2222

2323
To enable the Miniflare environment, set the
24-
[`environment` option](https://Vitestjs.io/docs/configuration#testenvironment-string)
24+
[`environment` option](https://vitest.dev/config/#environment)
2525
in your Vitest configuration:
2626

2727
```ts

0 commit comments

Comments
 (0)