Skip to content

Commit 5453c9b

Browse files
Merge branch 'master' of https://github.com/reactjs/reactjs.org into sync-2d9c2785
2 parents fbbf7f9 + 2d9c278 commit 5453c9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/docs/addons-test-utils.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ var ReactTestUtils = require('react-dom/test-utils'); // ES5 with npm
1919

2020
> Note:
2121
>
22-
> We recommend using [`react-testing-library`](https://git.io/react-testing-library) which is designed to enable and encourage writing tests that use your components as the end users do.
22+
> We recommend using [React Testing Library](https://testing-library.com/react) which is designed to enable and encourage writing tests that use your components as the end users do.
2323
>
2424
> Alternatively, Airbnb has released a testing utility called [Enzyme](https://airbnb.io/enzyme/), which makes it easy to assert, manipulate, and traverse your React Components' output.
2525

content/languages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
- name: Korean
9191
translated_name: 한국어
9292
code: ko
93-
status: 1
93+
status: 2
9494
- name: Kurdish
9595
translated_name: کوردی‎
9696
code: ku

0 commit comments

Comments
 (0)