mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-31 04:07:56 +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({
|
export default defineConfig({
|
||||||
test: {
|
test: {
|
||||||
environment: 'happy-dom',
|
environment: 'happy-dom',
|
||||||
|
silent: true,
|
||||||
include: ['./test/components/**.spec.ts'],
|
include: ['./test/components/**.spec.ts'],
|
||||||
setupFiles: ['./test/utils/setup.ts'],
|
setupFiles: ['./test/utils/setup.ts'],
|
||||||
resolveSnapshotPath(path, extension) {
|
resolveSnapshotPath(path, extension) {
|
||||||
|
|||||||
Reference in New Issue
Block a user