mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-08-02 20:00:20 +00:00
Update Vitest configuration for improved UI experience
- Added 'ui' and 'open' options to the Vitest configuration to enable the user interface and automatically open it upon running tests.
This commit is contained in:
@@ -9,6 +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,
|
||||
},
|
||||
resolve: {
|
||||
alias: {
|
||||
|
||||
Reference in New Issue
Block a user