Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
gabrielMatosBoubee committed Nov 28, 2024
1 parent fe8b2c0 commit 904ceed
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions cypress.config.js
Original file line number Diff line number Diff line change
@@ -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
// },
// },
// });

0 comments on commit 904ceed

Please sign in to comment.