mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
test: add silent: true in vue config
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user