refactor(cypress): remove unused plugins section

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/1795>
This commit is contained in:
Kasper Seweryn 2023-06-19 23:02:40 +02:00
parent b0a2a10f31
commit caa6a26c77
1 changed files with 0 additions and 4 deletions

View File

@ -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'
}
})