We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 851b02f commit d8aa6e5Copy full SHA for d8aa6e5
1 file changed
packages/vitest/src/node/types/config.ts
@@ -1120,7 +1120,7 @@ export type UserProjectConfigExport =
1120
export type TestProjectConfiguration = string | (UserProjectConfigExport & {
1121
/**
1122
* Relative path to the extendable config. All other options will be merged with this config.
1123
- * If `true`, will inherit all options from the root config.
+ * If `true`, the project will inherit all options from the root config.
1124
* @example '../vite.config.ts'
1125
*/
1126
extends?: string | true
0 commit comments