fix viteset

This commit is contained in:
pa
2026-02-12 15:13:36 +09:00
parent 30ecb00063
commit 5725255e4b
8 changed files with 171 additions and 148 deletions
+4
View File
@@ -2,10 +2,14 @@ import { resolve } from 'node:path';
import { defineConfig } from 'vitest/config';
import vue from '@vitejs/plugin-vue';
export default defineConfig({
plugins: [vue()],
test: {
globals: true,
environment: 'node',
setupFiles: ['./vitest.setup.js'],
include: ['src/**/*.{test,spec}.js'],
coverage: {
reporter: ['text', 'text-summary'],