comment out test property

This commit is contained in:
SennayT
2026-05-14 10:01:09 +03:00
parent 774471d39c
commit d590f48505
2 changed files with 8 additions and 8 deletions

View File

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

View File

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