From cba43d4dafc610249a54fe76614e7cf6644357c1 Mon Sep 17 00:00:00 2001 From: Leo Costa Date: Mon, 8 Jul 2024 08:39:45 -0300 Subject: [PATCH] Configure cypress cloud --- cypress.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress.config.js b/cypress.config.js index 1b30b56..4dfb4f8 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -10,7 +10,7 @@ module.exports = defineConfig({ env: { viewportWidthBreakpoint: 768, }, - setupNodeEvents(on, config) { + setupNodeEvents() { // implement node event listeners here }, },