mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
comment out test property
This commit is contained in:
@@ -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,
|
||||||
},
|
// },
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -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,
|
||||||
},
|
// },
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user