Skip to content

Commit

Permalink
[luciancah#143] fix: 문장을 조금 더 자연스럽게 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ksjdev committed Oct 22, 2024
1 parent 807893d commit a116acd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: Learn how to set up Vitest with Next.js for Unit Testing.

Vite와 React Testing Library는 **단위 테스트**에 자주 함께 사용됩니다. 이 가이드는 Next.js와 함께 Vitest를 설정하고 첫 번째 테스트를 작성하는 방법을 보여줍니다.

> **유용한 정보:** `async` Server Components는 React 생태계에 새롭게 도입되었기 때문에, 현재 Vitest는 이를 지원하지 않습니다. 동기 Server 및 Client Components에 대한 **단위 테스트**는 여전히 실행할 수 있지만, `async` 컴포넌트에 대해서는 **E2E 테스트**를 사용하는 것을 권장합니다.
> **유용한 정보:** `async` Server Components는 React 생태계에 새롭게 도입되었기 때문에, 현재 Vitest는 이를 지원하지 않습니다. 여전히 동기 Server 및 Client Components에 대한 **단위 테스트** 실행할 수 있지만, `async` 컴포넌트에 대해서는 **E2E 테스트**를 사용하는 것을 권장합니다.
## Quickstart

Expand Down

0 comments on commit a116acd

Please sign in to comment.