refactor(cypress): remove unused plugins section
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/1795>
This commit is contained in:
parent
b0a2a10f31
commit
caa6a26c77
|
@ -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'
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue