From 2be01988e867e2a442228222133c9f8f53dcd65f Mon Sep 17 00:00:00 2001 From: Sudo-Ivan Date: Thu, 5 Mar 2026 15:24:12 -0600 Subject: [PATCH] Update Vitest configuration: disable UI and auto-open options for a streamlined testing experience. --- vitest.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vitest.config.js b/vitest.config.js index e994abd..a795c62 100644 --- a/vitest.config.js +++ b/vitest.config.js @@ -9,8 +9,8 @@ export default defineConfig({ environment: "jsdom", include: ["tests/frontend/**/*.{test,spec}.{js,ts,jsx,tsx}"], setupFiles: ["tests/frontend/setup.js"], - ui: true, - open: true, + ui: false, + open: false, }, resolve: { alias: {