You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/13.x/docs/migration/jest-matchers.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ All of the built-in Jest matchers provided by the React Native Testing Library s
8
8
9
9
## Usage
10
10
11
-
You don't need to do anything to use the built-in matchers. They are automatically available when you import anything from `@testing-library/react-native`.
11
+
There is no need to set up the built-in matchers; they are automatically available in your tests when you import anything from `@testing-library/react-native`, e.g., `render`.
0 commit comments