Files
cypress/system-tests/projects/migration-component-testing-customized/expected-cypress.config.js
Alejandro Estrada d69e26fd58 fix: remove mileading comment (#20448)
Co-authored-by: Barthélémy Ledoux <bart@cypress.io>
2022-03-02 13:59:26 -05:00

9 lines
179 B
JavaScript

const { defineConfig } = require('cypress')
module.exports = defineConfig({
component: {
setupNodeEvents (on, config) {},
specPattern: 'src/**/*spec.{js,tsx}',
},
})