Skip to content

Commit

Permalink
docs: small typo regarding new 'basic' reporter (#2738)
Browse files Browse the repository at this point in the history
  • Loading branch information
paescuj committed Feb 3, 2023
1 parent c0f91be commit 07a9faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config/index.md
Expand Up @@ -391,7 +391,7 @@ Project root
Custom reporters for output. Reporters can be [a Reporter instance](https://github.com/vitest-dev/vitest/blob/main/packages/vitest/src/types/reporter.ts) or a string to select built in reporters:

- `'default'` - collapse suites when they pass
- `'basic'` - give a reporter like default reporter give in ci
- `'basic'` - give a reporter like default reporter in ci
- `'verbose'` - keep the full task tree visible
- `'dot'` - show each task as a single dot
- `'junit'` - JUnit XML reporter (you can configure `testsuites` tag name with `VITEST_JUNIT_SUITE_NAME` environmental variable)
Expand Down

0 comments on commit 07a9faf

Please sign in to comment.