Skip to content

Commit

Permalink
docs: fix wrong url in environmentOptions (#2049)
Browse files Browse the repository at this point in the history
  • Loading branch information
gleysonabreu authored Sep 18, 2022
1 parent 119932f commit a31767d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ Vitest also exposes `builtinEnvironments` through `vitest/environments` entry, i
- **Type:** `Record<'jsdom' | string, unknown>`
- **Default:** `{}`

These options are passed down to `setup` method of current [`environment`](/#environment). By default, you can configure only JSDOM options, if you are using it as your test environment.
These options are passed down to `setup` method of current [`environment`](#environment). By default, you can configure only JSDOM options, if you are using it as your test environment.

### update

Expand Down

0 comments on commit a31767d

Please sign in to comment.