Skip to content

Commit eee4b71

Browse files
committed
docs: update
1 parent 46b5563 commit eee4b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/Queries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ const element = getByDisplayValue('username');
9898

9999
> getByTestId, getAllByTestId, queryByTestId, queryAllByTestId, findByTestId, findAllByTestId
100100
101-
Returns a `ReactTestInstance` with matching `testID` prop.
101+
Returns a `ReactTestInstance` with matching `testID` prop. `testID` – may be a string or a regular expression.
102102

103103
```jsx
104104
import { render } from '@testing-library/react-native';

0 commit comments

Comments
 (0)