Skip to content

Commit b78707f

Browse files
committed
fix eslint
1 parent c4eb345 commit b78707f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

cypress.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
},
44
"fixturesFolder": "test/cypress/fixtures",
55
"integrationFolder": "test/cypress/tests",
6-
"pluginsFile": "test/cypress/plugins/index.ts",
76
"screenshotsFolder": "test/cypress/screenshots",
87
"videosFolder": "test/cypress/videos",
98
"supportFile": "test/cypress/support/index.ts"

test/cypress/plugins/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
* This file contains connection of Cypres plugins
33
*/
44
// eslint-disable-next-line @typescript-eslint/no-empty-function
5-
export default function(on, config): void {}
5+
// export default function(on, config): void {}

0 commit comments

Comments
 (0)