mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-21 22:49:16 -05:00
d69e26fd58
Co-authored-by: Barthélémy Ledoux <bart@cypress.io>
9 lines
179 B
JavaScript
9 lines
179 B
JavaScript
const { defineConfig } = require('cypress')
|
|
|
|
module.exports = defineConfig({
|
|
component: {
|
|
setupNodeEvents (on, config) {},
|
|
specPattern: 'src/**/*spec.{js,tsx}',
|
|
},
|
|
})
|