We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7276d1a + b07a42c commit a42e231Copy full SHA for a42e231
content/docs/reference-test-renderer.md
@@ -40,7 +40,7 @@ console.log(testRenderer.toJSON());
40
// children: [ 'Facebook' ] }
41
```
42
43
-Jest의 스냅샷 테스트 기능으로 JSON 트리의 복사본을 파일로 자동 저장하여 테스트 내에서 변경되지 않았는지 확인할 수 있습니다. [자세히 알아보기](https://facebook.github.io/jest/blog/2016/07/27/jest-14.html)
+Jest의 스냅샷 테스트 기능으로 JSON 트리의 복사본을 파일로 자동 저장하여 테스트 내에서 변경되지 않았는지 확인할 수 있습니다. [자세히 알아보기](https://jestjs.io/docs/en/snapshot-testing)
44
45
또한, 결과물을 순회하며 특정 노드를 찾아 원하는 값을 가지고 있는지 검증하는 데 사용할 수 있습니다.
46
0 commit comments