Skip to content

Commit

Permalink
Update vitest links in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eadmundo authored Oct 7, 2022
1 parent c83ddaa commit c189d68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/content/testing/vitest.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ order: 1

# ⚡️ Vitest Environment

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

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

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

```ts
Expand Down

0 comments on commit c189d68

Please sign in to comment.