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
7 changes: 3 additions & 4 deletions website/docs/12.x/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,17 @@
pageType: home

hero:
name: 'React Native'
text: 'Testing Library'
name: 'React Native Testing Library'
image:
src: /img/owl.png
tagline: Helps you to write better tests with less effort.
actions:
- theme: brand
text: Quick Start
link: /docs/start/quick-start
link: /12.x/docs/start/quick-start
- theme: alt
text: Explore API
link: /docs/api
link: /12.x/docs/api
features:
- title: Maintainable
details: Write maintainable tests for your React Native apps.
Expand Down
3 changes: 1 addition & 2 deletions website/docs/13.x/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
pageType: home

hero:
name: 'React Native'
text: 'Testing Library'
name: 'React Native Testing Library'
image:
src: /img/owl.png
tagline: Helps you to write better tests with less effort.
Expand Down
6 changes: 0 additions & 6 deletions website/docs/14.x/docs/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,5 @@
"type": "dir",
"name": "advanced",
"label": "Advanced Guides"
},
{
"type": "dir",
"name": "migration",
"label": "Migration Guides",
"collapsed": true
}
]
4 changes: 0 additions & 4 deletions website/docs/14.x/docs/api/jest-matchers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ This guide describes built-in Jest matchers, we recommend using these matchers a

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`.

## Migration from legacy Jest Native matchers.

If you are already using legacy Jest Native matchers we have a [migration guide](/docs/migration/jest-matchers) for moving to the built-in matchers.

## Checking element existence

### `toBeOnTheScreen()`
Expand Down
1 change: 0 additions & 1 deletion website/docs/14.x/docs/migration/_meta.json

This file was deleted.

70 changes: 0 additions & 70 deletions website/docs/14.x/docs/migration/jest-matchers.mdx

This file was deleted.

53 changes: 0 additions & 53 deletions website/docs/14.x/docs/migration/v11.mdx

This file was deleted.

70 changes: 0 additions & 70 deletions website/docs/14.x/docs/migration/v12.mdx

This file was deleted.

122 changes: 0 additions & 122 deletions website/docs/14.x/docs/migration/v13.mdx

This file was deleted.

Loading