Skip to content

Instantly share code, notes, and snippets.

@wschenkel
Last active November 18, 2021 19:14
Show Gist options
  • Save wschenkel/da0537e4dd924fc9dd4f5058eb25a4b0 to your computer and use it in GitHub Desktop.
Save wschenkel/da0537e4dd924fc9dd4f5058eb25a4b0 to your computer and use it in GitHub Desktop.
cypress plugin
const injectDevServer = require('@cypress/react/plugins/react-scripts')
module.exports = (on, config) => {
injectDevServer(on, config)
return config
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment