Skip to content

Commit

Permalink
chore: log reporter in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mysteryven committed Dec 29, 2022
1 parent 6950444 commit 7227dfa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/vitest/src/node/config.ts
Expand Up @@ -200,6 +200,8 @@ export function resolveConfig(
if (mode !== 'benchmark') {
// @ts-expect-error from CLI
const reporters = resolved.reporter ?? resolved.reporters
// eslint-disable-next-line no-console
console.log(reporters, '------reporters-------')
resolved.reporters = Array.from(new Set(toArray(reporters))).filter(Boolean)
}

Expand Down

0 comments on commit 7227dfa

Please sign in to comment.