test: add silent: true in vue config

This commit is contained in:
Benjamin Canac
2024-11-07 13:08:12 +01:00
parent f1a14dd87c
commit ffb551ab54

View File

@@ -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) {