From e3e03b44347f67b510b59ec2165413583a25070a Mon Sep 17 00:00:00 2001 From: Yan-Fa Li Date: Thu, 15 Aug 2024 16:32:17 -0700 Subject: [PATCH] chore: disable unused cypress support file --- cypress.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress.config.js b/cypress.config.js index 99f21264f9..78868697f9 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -12,6 +12,7 @@ module.exports = defineConfig({ }, baseUrl: 'http://localhost:5173/', specPattern: 'tests/integration/**/*.spec.js', + supportFile: false, }, component: { setupNodeEvents(on, config) {},