diff --git a/cypress/plugins/index.ts b/cypress/plugins/index.ts index d62e8817..ebbd32af 100644 --- a/cypress/plugins/index.ts +++ b/cypress/plugins/index.ts @@ -6,6 +6,7 @@ export default ((on, config) => { startDevServer({ options, viteConfig: { + mode: 'test', configFile: resolve(__dirname, '..', '..', 'vite.config.ts'), }, }), diff --git a/src/container/VueFlow/VueFlow.vue b/src/container/VueFlow/VueFlow.vue index 26f955ca..ebb60f6d 100644 --- a/src/container/VueFlow/VueFlow.vue +++ b/src/container/VueFlow/VueFlow.vue @@ -244,8 +244,8 @@ export default {