From 2b9d6221047598a1dc9aa7ce91ad28da0eeffc13 Mon Sep 17 00:00:00 2001 From: Soyeon Choe Date: Sat, 20 Jul 2024 14:32:23 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20~=EB=A1=9C,=20~=EB=A1=9C=20=EA=B0=80?= =?UTF-8?q?=EB=8F=85=EC=84=B1=20=ED=96=A5=EC=83=81=EC=9D=84=20=EC=9C=84?= =?UTF-8?q?=ED=95=B4=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...What-Is-Testing?-Why-Is-Testing-So-Important-In-Frontend?.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/July/article/What-Is-Testing?-Why-Is-Testing-So-Important-In-Frontend?.md b/July/article/What-Is-Testing?-Why-Is-Testing-So-Important-In-Frontend?.md index d106ca6..7468ee3 100644 --- a/July/article/What-Is-Testing?-Why-Is-Testing-So-Important-In-Frontend?.md +++ b/July/article/What-Is-Testing?-Why-Is-Testing-So-Important-In-Frontend?.md @@ -40,7 +40,7 @@ UI 테스트는 애플리케이션의 사용자 인터페이스가 올바르게 ### 프론트엔드 테스트 라이브러리 리뷰 -jest는 주로 단위 및 통합 테스트에 사용되는 라이브러리로, 영리한 병렬 테스트 메커니즘 구현으로 대규모 프로젝트에서 매우 빠릅니다. +jest는 주로 단위 및 통합 테스트에 사용되는 라이브러리로, 영리한 병렬 테스트 메커니즘 구현을 통해 대규모 프로젝트에서 매우 빠릅니다. Testing Library는 단위 및 통합 테스트를 작성할 수 있는 라이브러리로, 편리한 선택자 제공, 이벤트 발생, 구성, 비동기 코드 처리 등을 도와줍니다.