diff --git a/front/cypress.config.ts b/front/cypress.config.ts index f7d8c3726..ebcfff001 100644 --- a/front/cypress.config.ts +++ b/front/cypress.config.ts @@ -3,10 +3,6 @@ import { defineConfig } from 'cypress' export default defineConfig({ chromeWebSecurity: false, e2e: { - // NOTE: Set up plugins - // setupNodeEvents (on, config) { - // - // }, baseUrl: 'https://demo.funkwhale.audio' } })