Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/docs/10.4-test-utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ Traverse all components in `tree` and accumulate all components where `test(comp

```javascript
array scryRenderedDOMComponentsWithClass(
ReactComponent tree, string className
ReactComponent tree,
string className
)
```

Expand Down Expand Up @@ -196,7 +197,8 @@ Finds all instances of components with type equal to `componentClass`.

```javascript
ReactComponent findRenderedComponentWithType(
ReactComponent tree, function componentClass
ReactComponent tree,
function componentClass
)
```

Expand Down