Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 0 additions & 2 deletions docs/dom-testing-library/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ install the wrapper:
- [jest-dom](ecosystem-jest-dom.mdx) custom Jest matchers
- [bs-jest-dom](ecosystem-bs-jest-dom.mdx) companion library for
`bs-react-testing-library`
- [jest-native](ecosystem-jest-native.mdx) companion library for
`React Native Testing Library`
- [react-select-event](ecosystem-react-select-event.mdx) companion library for
`React Testing Library`
- [eslint-plugin-testing-library](ecosystem-eslint-plugin-testing-library.mdx)
Expand Down
51 changes: 0 additions & 51 deletions docs/ecosystem-jest-native.mdx

This file was deleted.

2 changes: 1 addition & 1 deletion docs/react-native-testing-library/example-intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ test('examples of some things', async () => {
// Using `findBy` query to wait for asynchronous operation to finish
const usernameOutput = await screen.findByTestId('printed-username')

// Using `toHaveTextContent` matcher from `@testing-library/jest-native` package.
// Using the built-in `toHaveTextContent` matcher from React Native Testing Library.
expect(usernameOutput).toHaveTextContent(expectedUsername)

expect(screen.toJSON()).toMatchSnapshot()
Expand Down
1 change: 0 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ module.exports = {
Ecosystem: [
'ecosystem-jest-dom',
'ecosystem-bs-jest-dom',
'ecosystem-jest-native',
'ecosystem-react-select-event',
'ecosystem-eslint-plugin-testing-library',
'ecosystem-eslint-plugin-jest-dom',
Expand Down