mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-07 23:40:21 -05:00
8 lines
127 B
JavaScript
8 lines
127 B
JavaScript
const { devServer } = require('@cypress/react/plugins/react-scripts')
|
|
|
|
module.exports = {
|
|
component: {
|
|
devServer,
|
|
},
|
|
}
|