vite.config.ts 217 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 // vite.config.js import vue from "@vitejs/plugin-vue"; export default { plugins: [vue()], test: { globals: true, environment: "happy-dom", // Additional test configurations can be added here }, };