From 61133870e76f0fccf5e4517fa639288b83d26b4b Mon Sep 17 00:00:00 2001 From: mahula Date: Wed, 28 Jun 2023 09:42:34 +0200 Subject: [PATCH] lint cypress config --- e2e-tests/cypress.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e-tests/cypress.config.ts b/e2e-tests/cypress.config.ts index e26259626..1424ab99f 100644 --- a/e2e-tests/cypress.config.ts +++ b/e2e-tests/cypress.config.ts @@ -6,7 +6,7 @@ let emailLink: string async function setupNodeEvents( on: Cypress.PluginEvents, - config: Cypress.PluginConfigOptions + config: Cypress.PluginConfigOptions, ): Promise { await addCucumberPreprocessorPlugin(on, config) @@ -14,7 +14,7 @@ async function setupNodeEvents( 'file:preprocessor', browserify(config, { typescript: require.resolve('typescript'), - }) + }), ) on('task', {