From 0f2d287cf7527fd623cfc2d2062573a77ddf8078 Mon Sep 17 00:00:00 2001 From: Paul Valerie GOMA Date: Wed, 30 Jul 2025 16:39:02 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20test=20environment=20updated?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vitest.config.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vitest.config.ts b/vitest.config.ts index a2705ef..a13a13a 100644 --- a/vitest.config.ts +++ b/vitest.config.ts @@ -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)),