mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-03 13:30:26 -05:00
d69e26fd58
Co-authored-by: Barthélémy Ledoux <bart@cypress.io>
8 lines
137 B
JavaScript
8 lines
137 B
JavaScript
const { defineConfig } = require('cypress')
|
|
|
|
module.exports = defineConfig({
|
|
component: {
|
|
setupNodeEvents (on, config) {},
|
|
},
|
|
})
|