Skip to content

Commit 7ae2c10

Browse files
committed
docs: tweaks
1 parent 3182936 commit 7ae2c10

File tree

4 files changed

+3
-87
lines changed

4 files changed

+3
-87
lines changed

website/docs/12.x/docs/migration/v13.mdx

-72
This file was deleted.

website/docs/13.x/docs/migration/v13.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,4 @@ This change should not break any tests.
119119

120120
## Full Changelog
121121

122-
https://github.com/callstack/react-native-testing-library/compare/v12.8.1...v13.0.0-beta.0
122+
https://github.com/callstack/react-native-testing-library/compare/v12.8.1...v13.0.0

website/docs/13.x/docs/start/intro.md

-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
# Introduction
22

3-
:::warning
4-
5-
This guide is for version 13.x of React Native Testing Library which is currently in beta!
6-
7-
:::
8-
93
## The problem
104

115
You want to write maintainable tests for your React Native components. As a part of this goal, you want your tests to avoid including implementation details of your components and focus on making your tests give you the confidence they are intended. As part of this, you want your tests to be maintainable in the long run so refactors of your components (changes to implementation but not functionality) don't break your tests and slow you and your team down.

website/docs/13.x/docs/start/quick-start.mdx

+2-8
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,14 @@ import { PackageManagerTabs } from 'rspress/theme';
22

33
# Quick Start
44

5-
:::warning
6-
7-
This guide is for version 13.x of React Native Testing Library which is currently in beta!
8-
9-
:::
10-
115
## Installation
126

137
Open a Terminal in your project's folder and run:
148

159
<PackageManagerTabs
1610
command={{
17-
yarn: 'yarn add -D @testing-library/react-native@beta',
18-
npm: 'npm install -D @testing-library/react-native@beta',
11+
yarn: 'yarn add -D @testing-library/react-native',
12+
npm: 'npm install -D @testing-library/react-native',
1913
}}
2014
/>
2115

0 commit comments

Comments
 (0)