comment out test property

This commit is contained in:
SennayT
2026-05-14 10:01:09 +03:00
parent 1e7aa96109
commit 6397fd1087
2 changed files with 8 additions and 8 deletions

View File

@@ -7,8 +7,8 @@ export default defineConfig({
port: 5184, port: 5184,
host: "0.0.0.0", host: "0.0.0.0",
}, },
test: { // test: {
environment: "jsdom", // environment: "jsdom",
globals: true, // globals: true,
}, // },
}); });

View File

@@ -7,8 +7,8 @@ export default defineConfig({
port: 5174, port: 5174,
host: "0.0.0.0", host: "0.0.0.0",
}, },
test: { // test: {
environment: "jsdom", // environment: "jsdom",
globals: true, // globals: true,
}, // },
}); });