Skip to content

⬅️ Back to Table of Contents

📄 vitest.config

📊 Analysis Summary

Metric Count
📦 Imports 4

📚 Table of Contents

🛠️ File Location:

📂 vitest.config.ts

📤 Default Export

export default defineConfig({ ... })
Property Value
plugins [ vue(), ]
resolve.dedupe [ 'vue', '@vue/runtime-core', ]
define.__VUE_OPTIONS_API__ 'true'
define.__VUE_PROD_DEVTOOLS__ 'false'
define.__VUE_PROD_HYDRATION_MISMATCH_DETAILS__ 'true'
cacheDir resolve(import.meta.dirname, 'node_modules/.vite')
test.reporters 'dot'
test.env.TZ 'UTC-1'
test.exclude [ '/node_modules/', ]
test.coverage.include [ 'packages/*/.ts', ]
test.coverage.exclude [ 'packages/.vitepress/', 'packages/metadata/', 'packages/components/', 'packages/nuxt/', 'packages/contribut...
test.clearMocks true
test.projects [ 'packages/*/vitest.config.ts', { // add "extends: true" to inherit the options from the root config extends: './vit...
ssr.noExternal [ /@vueuse\/.*/, ]

📦 Imports

Name Source
resolve node:path
vue @vitejs/plugin-vue
playwright @vitest/browser-playwright
defineConfig vitest/config

Generated by Syntax Scribe