From caa6a26c77973e85acdcf0d546944ffa7bd58fc4 Mon Sep 17 00:00:00 2001 From: Kasper Seweryn Date: Mon, 19 Jun 2023 23:02:40 +0200 Subject: [PATCH] refactor(cypress): remove unused plugins section Part-of: --- front/cypress.config.ts | 4 ---- 1 file changed, 4 deletions(-) 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' } })