[5팀 하준혁] [Chapter 1-3] React, Beyond the Basics #234
Annotations
3 errors and 4 warnings
src/__tests__/advanced.test.tsx > 최적화된 App 컴포넌트 테스트 > 로그인/로그아웃 시 Header, ComplexForm, NotificationSystem만 리렌더링되어야 한다:
src/__tests__/advanced.test.tsx#L46
AssertionError: expected "renderLog" to be called with arguments: [ 'ComplexForm rendered' ]
Received:
1st renderLog call:
Array [
- "ComplexForm rendered",
+ "Header rendered",
]
Number of calls: 1
❯ src/__tests__/advanced.test.tsx:46:27
|
src/__tests__/advanced.test.tsx > 최적화된 App 컴포넌트 테스트 > 여러 작업을 연속으로 수행해도 각 컴포넌트는 필요한 경우에만 리렌더링되어야 한다:
src/__tests__/advanced.test.tsx#L119
AssertionError: expected "renderLog" to be called with arguments: [ 'ComplexForm rendered' ]
Received:
1st renderLog call:
Array [
- "ComplexForm rendered",
+ "Header rendered",
]
Number of calls: 1
❯ src/__tests__/advanced.test.tsx:119:27
|
advacned
Process completed with exit code 1.
|
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
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|