diff --git a/cypress.json b/cypress.json index ce724406..732aea68 100644 --- a/cypress.json +++ b/cypress.json @@ -3,7 +3,6 @@ }, "fixturesFolder": "test/cypress/fixtures", "integrationFolder": "test/cypress/tests", - "pluginsFile": "test/cypress/plugins/index.ts", "screenshotsFolder": "test/cypress/screenshots", "videosFolder": "test/cypress/videos", "supportFile": "test/cypress/support/index.ts" diff --git a/test/cypress/plugins/index.ts b/test/cypress/plugins/index.ts index dff99413..11c2d42f 100644 --- a/test/cypress/plugins/index.ts +++ b/test/cypress/plugins/index.ts @@ -2,4 +2,4 @@ * This file contains connection of Cypres plugins */ // eslint-disable-next-line @typescript-eslint/no-empty-function -export default function(on, config): void {} +// export default function(on, config): void {}