mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-05 06:16:05 +02:00
fix viteset
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user