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', {