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 0e47320 commit 6dfbc67Copy full SHA for 6dfbc67
docs/api.md
@@ -59,10 +59,14 @@ A method returning an array of `ReactTestInstance`s with matching props object.
59
60
### `getByType: (type: React.ComponentType<*>)`
61
62
+> Note: added in v1.4
63
+
64
A method returning a `ReactTestInstance` with matching a React component type. Throws when no matches.
65
66
### `getAllByType: (type: React.ComponentType<*>)`
67
68
69
70
A method returning an array of `ReactTestInstance`s with matching a React component type.
71
72
### `[DEPRECATED] getByName: (name: React.ComponentType<*>)`
0 commit comments