mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-08 15:59:46 -05:00
02575ff987
* wip react to rollup * remove comment * chore: update build script * we were tree shaking the support file hooks * updating the scripts for reacts package.json * Revert "updating the scripts for reacts package.json" This reverts commit7ca3ac8e61. * adding watch task without modifying circleci * bundle types correctly * bundle types correctly 2 * fixing support to immediately invoke the new method on hooks * run the hooks only in support * Revert "run the hooks only in support" This reverts commit939e4c5942. * fix: remove hooks from support entirely Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com> Co-authored-by: ElevateBart <ledouxb@gmail.com> Co-authored-by: Barthélémy Ledoux <bart@cypress.io>
7 lines
226 B
JavaScript
7 lines
226 B
JavaScript
// should be loaded from cypress.json as a support file
|
|
// "supportFile": "node_modules/@cypress/react/support"
|
|
// adds commands from @cypress/react
|
|
|
|
require('cypress-react-selector')
|
|
require('@cypress/code-coverage/support')
|