Skip to content

Commit

Permalink
fix(types): autocomplete built-in reporters (#1189)
Browse files Browse the repository at this point in the history
  • Loading branch information
AriPerkkio committed Apr 25, 2022
1 parent f67bb8f commit 750c80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vitest/src/types/config.ts
Expand Up @@ -131,7 +131,7 @@ export interface InlineConfig {
* Custom reporter for output. Can contain one or more built-in report names, reporter instances,
* and/or paths to custom reporters
*/
reporters?: Arrayable<BuiltinReporters | Reporter | string>
reporters?: Arrayable<BuiltinReporters | Reporter | Omit<string, BuiltinReporters>>

/**
* diff output length
Expand Down

0 comments on commit 750c80b

Please sign in to comment.