diff --git a/cypress.config.js b/cypress.config.js index 2d87d6777ff..0950e7425e4 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -19,12 +19,6 @@ module.exports = defineConfig({ }, "defaultGenre": "Article Text" }, - setupNodeEvents(on, config) { - on('', (arg1, arg2) => { - - }) - }, - "watchForFileChanges": false, "defaultCommandTimeout": 10000, "video": false,