From 904ceed66be88fbffa88ac5afbdfd312549b2500 Mon Sep 17 00:00:00 2001 From: gabrielMatosBoubee Date: Thu, 28 Nov 2024 20:21:00 -0300 Subject: [PATCH] chore: test --- cypress.config.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/cypress.config.js b/cypress.config.js index 97f47c41..de337a47 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -1,9 +1,9 @@ -const { defineConfig } = require("cypress"); +// const { defineConfig } = require("cypress"); -module.exports = defineConfig({ - e2e: { - setupNodeEvents(on, config) { - // implement node event listeners here - }, - }, -}); +// module.exports = defineConfig({ +// e2e: { +// setupNodeEvents(on, config) { +// // implement node event listeners here +// }, +// }, +// });