Skip to content

Commit 8203e19

Browse files
committed
Fix merge conflicts
1 parent c50864a commit 8203e19

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/docs/reference-test-renderer.md

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

41-
ניתן להשתמש בתכונת בדיקות תצלום של Jest כדי לשמור באופן אוטומטי עותק של עץ ה-JSON לקובץ ולבדוק בתוך הטסטים שלך שהוא לא השתנה: [למידע נוסף על כך](https://facebook.github.io/jest/blog/2016/07/27/jest-14.html).
42-
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).
41+
ניתן להשתמש בתכונת בדיקות תצלום של Jest כדי לשמור באופן אוטומטי עותק של עץ ה-JSON לקובץ ולבדוק בתוך הטסטים שלך שהוא לא השתנה: [למידע נוסף על כך](https://jestjs.io/docs/en/snapshot-testing).
4342

4443
אתם יכולים גם לעבור על הפלט כדי למצוא צמתים ספציפיים ולבצע בדיקות לגביהם.
4544

0 commit comments

Comments
 (0)