docs(reporters): add "json" reporter and rename "default" to "pretty"
This commit is contained in:
parent
18382ce961
commit
b62c692846
13 changed files with 249 additions and 34 deletions
|
|
@ -171,8 +171,12 @@ export default defineConfig({
|
|||
link: '/plugins/reporters/',
|
||||
},
|
||||
{
|
||||
label: 'Default Reporter',
|
||||
link: '/plugins/reporters/default/',
|
||||
label: 'Pretty Reporter (default)',
|
||||
link: '/plugins/reporters/pretty/',
|
||||
},
|
||||
{
|
||||
label: 'JSON Reporter',
|
||||
link: '/plugins/reporters/json/',
|
||||
},
|
||||
{
|
||||
label: 'Pino Reporter',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue