Skip to content

Commit b07a42c

Browse files
committed
Resolve merge conflict
Related to 8994112
1 parent a2c1460 commit b07a42c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

content/docs/reference-test-renderer.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,7 @@ console.log(testRenderer.toJSON());
4040
// children: [ 'Facebook' ] }
4141
```
4242

43-
<<<<<<< HEAD
44-
Jest의 스냅샷 테스트 기능으로 JSON 트리의 복사본을 파일로 자동 저장하여 테스트 내에서 변경되지 않았는지 확인할 수 있습니다. [자세히 알아보기](https://facebook.github.io/jest/blog/2016/07/27/jest-14.html)
45-
=======
46-
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).
47-
>>>>>>> 899411236d5b1520ab8b8e7fad7d48c681abc69b
43+
Jest의 스냅샷 테스트 기능으로 JSON 트리의 복사본을 파일로 자동 저장하여 테스트 내에서 변경되지 않았는지 확인할 수 있습니다. [자세히 알아보기](https://jestjs.io/docs/en/snapshot-testing)
4844

4945
또한, 결과물을 순회하며 특정 노드를 찾아 원하는 값을 가지고 있는지 검증하는 데 사용할 수 있습니다.
5046

0 commit comments

Comments
 (0)