Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcaebec commit bfecabfCopy full SHA for bfecabf
docs/docs/09.4-test-utils.md
@@ -95,7 +95,7 @@ Traverse all components in `tree` and accumulate all components where `test(comp
95
### scryRenderedDOMComponentsWithClass
96
97
```javascript
98
-array scryRenderedDOMComponentsWithClass(ReactCompoennt tree, string className)
+array scryRenderedDOMComponentsWithClass(ReactComponent tree, string className)
99
```
100
101
Finds all instance of components in the rendered tree that are DOM components with the class name matching `className`.
0 commit comments