mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-08-28 03:04:31 +00:00
Update Vitest configuration: disable UI and auto-open options for a streamlined testing experience.
This commit is contained in:
+2
-2
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user