From 6f9015bb8f3155373a48125cefc0baf6f7c4e9dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Wed, 12 Dec 2018 01:07:17 +0100 Subject: [PATCH] Follow CodeFactors suggestions --- cypress/plugins/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/plugins/index.js b/cypress/plugins/index.js index fd170fba6..f7ef6e6ac 100644 --- a/cypress/plugins/index.js +++ b/cypress/plugins/index.js @@ -11,7 +11,7 @@ // This function is called when a project is opened or re-opened (e.g. due to // the project's config changing) -module.exports = (on, config) => { +module.exports = () => { // (on, config) => { // `on` is used to hook into various events Cypress emits // `config` is the resolved Cypress config }