mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-20 22:19:46 -05:00
9 lines
124 B
JavaScript
9 lines
124 B
JavaScript
module.exports = {
|
|
e2e: {
|
|
supportFile: false,
|
|
setupNodeEvents: (on) => {
|
|
on('task', () => {})
|
|
},
|
|
},
|
|
}
|