From d8aa6e5c077f9871a78994d42246d8ae25064708 Mon Sep 17 00:00:00 2001 From: Vladimir Sheremet Date: Tue, 19 Nov 2024 13:27:46 +0100 Subject: [PATCH] chore: docs --- packages/vitest/src/node/types/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vitest/src/node/types/config.ts b/packages/vitest/src/node/types/config.ts index 90ffeddf0fab..3dcc8bef9e53 100644 --- a/packages/vitest/src/node/types/config.ts +++ b/packages/vitest/src/node/types/config.ts @@ -1120,7 +1120,7 @@ export type UserProjectConfigExport = export type TestProjectConfiguration = string | (UserProjectConfigExport & { /** * Relative path to the extendable config. All other options will be merged with this config. - * If `true`, will inherit all options from the root config. + * If `true`, the project will inherit all options from the root config. * @example '../vite.config.ts' */ extends?: string | true