mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
11 lines
201 B
JavaScript
11 lines
201 B
JavaScript
module.exports = {
|
|
// The rest of the Cypress config options go here...
|
|
projectId: "vu99za",
|
|
|
|
e2e: {
|
|
setupNodeEvents(on, config) {
|
|
// implement node event listeners here
|
|
},
|
|
},
|
|
};
|