Skip to content

Commit

Permalink
test: add silent: true in vue config
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Nov 7, 2024
1 parent f1a14dd commit ffb551a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vitest.vue.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const vueComponents = await glob('./src/runtime/vue/components/*.vue', { absolut
export default defineConfig({
test: {
environment: 'happy-dom',
silent: true,
include: ['./test/components/**.spec.ts'],
setupFiles: ['./test/utils/setup.ts'],
resolveSnapshotPath(path, extension) {
Expand Down

0 comments on commit ffb551a

Please sign in to comment.