# cypress-react-unit-test **Repository Path**: mirrors_cypress-io/cypress-react-unit-test ## Basic Information - **Project Name**: cypress-react-unit-test - **Description**: Unit test React components using Cypress - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-16 - **Last Updated**: 2025-11-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Cypress React Unit Test > Testing React Components with Cypress # :truck: This repo has been moved. Cypress is now officially maintaining this package! ### `cypress-react-unit-test` has been renamed to `@cypress/react` and now lives in the main [Cypress monorepo](https://github.com/cypress-io/cypress/tree/master/npm/react) ### Migration Guide To keep up to date with the latest versions, change edit your `package.json` to use `@cypress/react` instead of `cypress-react-unit-test`. ```shell script # npm npm install @cypress/react # yarn yarn add @cypress/react ```