Skip to content

Commit 73b1c6e

Browse files
merging all conflicts
2 parents 8485cf0 + 2d9c278 commit 73b1c6e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

content/docs/addons-test-utils.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ var ReactTestUtils = require('react-dom/test-utils'); // ES5 z zainstalowanym np
1919

2020
> Uwaga:
2121
>
22+
<<<<<<< HEAD
2223
> Zalecamy korzystanie z biblioteki [`react-testing-library`](https://git.io/react-testing-library). Została ona stworzona w celu propagowania idei pisania testów, które używają komponentów podobnie jak potencjalny użytkownik aplikacji.
24+
=======
25+
> 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.
26+
>>>>>>> 2d9c2785dd9bd1d2876dd2c5b1e3bc233b115f3e
2327
>
2428
> Jako alternatywę, firma Airbnb opublikowała narzędzie do testowania o nazwie [Enzyme](https://airbnb.io/enzyme/), które pozwala na łatwe pisanie asercji, a także manipulowanie i przechodzenie drzewa zwróconego przez komponenty reactowe.
2529

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)