Skip to content

Commit

Permalink
Update packages/vitest/src/node/config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Feb 13, 2022
1 parent 3a430c3 commit f039e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vitest/src/node/config.ts
Expand Up @@ -52,7 +52,7 @@ export function resolveConfig(
) {
console.warn(
c.yellow(
`${c.inverse(c.yellow(' CLI '))} Your config.test.environment ("${
`${c.inverse(c.yellow(' Vitest '))} Your config.test.environment ("${
viteConfig.test.environment
}") conflicts with --dom flag ("happy-dom"), ignoring "${
viteConfig.test.environment
Expand Down

0 comments on commit f039e51

Please sign in to comment.