From 7be10e7dd15afa4f987413c91f6f2f875c4d2ae5 Mon Sep 17 00:00:00 2001 From: withanage Date: Tue, 25 Oct 2022 09:05:38 +0200 Subject: [PATCH] https://github.com/pkp/orcidProfile/issues/216 update cypress --- cypress.config.js | 6 ------ 1 file changed, 6 deletions(-) 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,