Skip to content

Commit a123042

Browse files
authored
chore(docs): remove bad example (testing-library#774)
* chore(docs): remove bad example resolves: testing-library#769 * Revert "chore(docs): remove bad example" This reverts commit 63ecf79 * chore: remove bad example
1 parent 9f30287 commit a123042

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/ecosystem-jest-native.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ npm install --save-dev @testing-library/jest-native
2121
</View>
2222

2323
expect(queryByTestId(baseElement, 'not-empty')).not.toBeEmpty()
24-
expect(getByText(baseElement, 'Visible Example')).toBeVisible()
2524
```
2625

2726
> Note: when using some of these matchers, you may need to make sure you use a

0 commit comments

Comments
 (0)