mirror of
https://github.com/cypress-io/cypress.git
synced 2026-03-15 05:40:29 -05:00
10 lines
136 B
JavaScript
10 lines
136 B
JavaScript
module.exports = {
|
|
'e2e': {
|
|
setupNodeEvents (on, config) {
|
|
on('invalid:event', () => {})
|
|
|
|
return config
|
|
},
|
|
},
|
|
}
|