vite.config.ts 210 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: "jsdom", // Additional test configurations can be added here }, }