From a31767dda57239599e69adfe9dfdb91f21fab50e Mon Sep 17 00:00:00 2001 From: Gleyson Abreu Date: Sat, 17 Sep 2022 23:57:04 -0300 Subject: [PATCH] docs: fix wrong url in environmentOptions (#2049) --- docs/config/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/index.md b/docs/config/index.md index e5e38dcfe3b4..6a0f95174d4a 100644 --- a/docs/config/index.md +++ b/docs/config/index.md @@ -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