Skip to content

Commit 2b60443

Browse files
merging all conflicts
2 parents a02255d + 8994112 commit 2b60443

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/docs/reference-test-renderer.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@ console.log(testRenderer.toJSON());
3838
// children: [ 'Facebook' ] }
3939
```
4040

41+
<<<<<<< HEAD
4142
Przy pomocy funkcjonalności biblioteki Jest do generowania snapshotów można automatycznie zapisać do pliku kopię drzewa w formacie JSON, a w teście sprawdzać, czy się ono nie zmieniło [(Więcej informacji na ten temat)](https://facebook.github.io/jest/blog/2016/07/27/jest-14.html).
43+
=======
44+
You can use Jest's snapshot testing feature to automatically save a copy of the JSON tree to a file and check in your tests that it hasn't changed: [Learn more about it](https://jestjs.io/docs/en/snapshot-testing).
45+
>>>>>>> 899411236d5b1520ab8b8e7fad7d48c681abc69b
4246
4347
Zwrócone drzewo można również przeszukiwać w celu znalezienia konkretnych węzłów i sprawdzenia ich właściwości.
4448

0 commit comments

Comments
 (0)