Skip to content

Commit a72529f

Browse files
authored
fix(Component Testing): Broken links in docs (#14251)
* fix(Component Testing): Broken link in docs * code review comments
1 parent c35bb6f commit a72529f

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

npm/react/README.md

+2-12
Original file line numberDiff line numberDiff line change
@@ -386,8 +386,7 @@ const webpackOptions = {
386386
}
387387
```
388388

389-
<!-- TODO FIX THE LINK -->
390-
Keep your eye on issue [#156](https://github.com/bahmutov/cypress-react-unut-test/issues/156) for more information.
389+
Keep your eye on issue [#9663](https://github.com/cypress-io/cypress/issues/9663) for more information.
391390

392391
</details>
393392

@@ -403,7 +402,7 @@ See related issue [#141](https://github.com/bahmutov/cypress-react-unit-test/rea
403402
<details id="gatsby-not-supported">
404403
<summary>Gatsby.js projects not supported</summary>
405404

406-
Currently, this project cannot find Webpack settings used by Gatsby.js, thus it cannot bundle specs and application code correctly. Keep an eye on [#307](https://github.com/bahmutov/@cypress/react/issues/307)
405+
Currently, this project cannot find Webpack settings used by Gatsby.js, thus it cannot bundle specs and application code correctly. Keep an eye on [#307](https://github.com/cypress-io/cypress/issues/9671)
407406

408407
</details>
409408

@@ -433,15 +432,6 @@ Because finding and modifying Webpack settings while running this plugin is done
433432
DEBUG=@cypress/react,find-webpack
434433
```
435434

436-
## Migration guide
437-
438-
### From v3 to v4
439-
440-
The old v3 `main` branch is available as branch [v3](https://github.com/bahmutov/@cypress/react/tree/v3)
441-
442-
- the `cy.mount` is now simply `import { mount } from '@cypress/react'`
443-
- the support file is simply `require('@cypress/react/support')`
444-
445435
## Related tools
446436

447437
Same feature for unit testing components from other frameworks using Cypress

npm/vue/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ module.exports = (on, config) => {
729729

730730
## Test adapters for other frameworks
731731

732-
- [@cypress/react](https://github.com/bahmutov/@cypress/react)
732+
- [@cypress/react](https://github.com/cypress-io/@cypress/react)
733733
- [cypress-cycle-unit-test](https://github.com/bahmutov/cypress-cycle-unit-test)
734734
- [cypress-svelte-unit-test](https://github.com/bahmutov/cypress-svelte-unit-test)
735735
- [cypress-angular-unit-test](https://github.com/bahmutov/cypress-angular-unit-test)
@@ -743,7 +743,7 @@ module.exports = (on, config) => {
743743
The Cypress.io Component Testing Team
744744

745745
- [Jessica Sachs](https://github.com/jessicasachs) (Current Maintainer, [Vue Test Utils](https://github.com/vuejs/vue-test-utils) Maintainer)
746-
- [Gleb Bahmutov](https://github.com/bahmutov) (Original Author, Current Maintainer of [@cypress/react](https://github.com/bahmutov/@cypress/react))
746+
- [Gleb Bahmutov](https://github.com/bahmutov) (Original Author, Current Maintainer of [@cypress/react](https://github.com//cypress-io/@cypress/react))
747747

748748
Support: if you find any problems with this module, [tweet](https://twitter.com/_jessicasachs) / [open issue](https://github.com/cypress-io/cypress/issues) on Github
749749

0 commit comments

Comments
 (0)