Testing React Components with Cypress
cypress-react-unit-test has been renamed to @cypress/react and now lives in the main Cypress monorepo
To keep up to date with the latest versions, change edit your package.json to use @cypress/react instead of cypress-react-unit-test.
# npm
npm install @cypress/react
# yarn
yarn add @cypress/react