Skip to content

Commit 552d3a1

Browse files
michel-kraemeremilyrohrbough
authored andcommitted
fix(react): link to rerender example (#19020)
Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com>
1 parent f7fbcf5 commit 552d3a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm/react/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Spec | Description
138138
[css modules](cypress/component/basic/css-modules) | Shows that component that using css modules styles works
139139
[network](cypress/component/basic/network) | Confirms we can use `cy.route` to stub / spy on component's network calls
140140
[no-visit](cypress/component/basic/no-visit) | Component specs cannot call `cy.visit`
141-
[re-render](cypress/component/basic/re-render) | Checking how the component re-renders when its props change
141+
[rerender](cypress/component/basic/rerender) | Checking how the component re-renders when its props change
142142
[react-book-by-chris-noring](cypress/component/basic/react-book-by-chris-noring) | Copied test examples from [React Book](https://softchris.github.io/books/react) and adapted for Cypress component tests
143143
[react-tutorial](cypress/component/basic/react-tutorial) | Tests from official [ReactJS tutorial](https://reactjs.org/tutorial/tutorial.html) copied and adapted for Cypress component tests
144144
[stub-example](cypress/component/basic/stub-example) | Uses `cy.stub` as component props

0 commit comments

Comments
 (0)