[11팀 임재도] [Chapter 1-3] React, Beyond the Basics #255
Annotations
6 errors and 4 warnings
lint
Process completed with exit code 1.
|
src/__tests__/advanced.test.tsx > 최적화된 App 컴포넌트 테스트 > 테마 변경 시 Header, ItemList만 리렌더링되어야 한다:
src/__tests__/advanced.test.tsx#L34
AssertionError: expected "renderLog" to be called 2 times, but got 4 times
❯ src/__tests__/advanced.test.tsx:34:27
|
src/__tests__/advanced.test.tsx > 최적화된 App 컴포넌트 테스트 > 로그인/로그아웃 시 Header, ComplexForm, NotificationSystem만 리렌더링되어야 한다:
src/__tests__/advanced.test.tsx#L48
AssertionError: expected "renderLog" to be called 3 times, but got 4 times
❯ src/__tests__/advanced.test.tsx:48:27
|
src/__tests__/advanced.test.tsx > 최적화된 App 컴포넌트 테스트 > 알림 추가 및 닫기시 ComplexForm, NotificationSystem만 리렌더링되어야 한다:
src/__tests__/advanced.test.tsx#L91
AssertionError: expected "renderLog" to be called 2 times, but got 4 times
❯ src/__tests__/advanced.test.tsx:91:27
|
src/__tests__/advanced.test.tsx > 최적화된 App 컴포넌트 테스트 > 여러 작업을 연속으로 수행해도 각 컴포넌트는 필요한 경우에만 리렌더링되어야 한다:
src/__tests__/advanced.test.tsx#L112
AssertionError: expected "renderLog" to be called 2 times, but got 4 times
❯ src/__tests__/advanced.test.tsx:112:27
|
advacned
Process completed with exit code 1.
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
basic
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
advacned
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|