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 d3d1d89 commit 807893d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/docs/app/building-your-application/testing/vitest.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ description: Learn how to set up Vitest with Next.js for Unit Testing.

# Setting up Vitest with Next.js

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

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

Expand Down

0 comments on commit 807893d

Please sign in to comment.