🔧 test environment updated

This commit is contained in:
Paul Valerie GOMA 2025-07-30 16:39:02 +02:00
parent 6c62dfe9b5
commit 0f2d287cf7

View File

@ -2,8 +2,10 @@
import { fileURLToPath, URL } from 'node:url';
import { defineConfig } from 'vitest/config';
import path from 'path';
import vue from '@vitejs/plugin-vue';
export default defineConfig({
plugins: [vue()],
resolve: {
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url)),