Skip to content

Commit

Permalink
fix: default reporters should be an array (#720)
Browse files Browse the repository at this point in the history
  • Loading branch information
cexbrayat committed Feb 9, 2022
1 parent 1077ac9 commit d02db1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vitest/src/constants.ts
Expand Up @@ -50,7 +50,7 @@ export const configDefaults: UserConfig = Object.freeze({
watchIgnore: [/\/node_modules\//, /\/dist\//],
update: false,
watch: !process.env.CI,
reporters: 'default',
reporters: ['default'],
silent: false,
api: false,
ui: false,
Expand Down

0 comments on commit d02db1b

Please sign in to comment.