mirror of
https://github.com/cypress-io/cypress.git
synced 2026-03-15 05:40:29 -05:00
6 lines
65 B
JavaScript
6 lines
65 B
JavaScript
module.exports = {
|
|
'e2e': {
|
|
setupNodeEvents: 'foo',
|
|
},
|
|
}
|