Skip to content

[11팀 김경민][Chapter1-2] 프레임워크 없이 SPA 만들기 - Basic #370

[11팀 김경민][Chapter1-2] 프레임워크 없이 SPA 만들기 - Basic

[11팀 김경민][Chapter1-2] 프레임워크 없이 SPA 만들기 - Basic #370

Triggered via pull request October 3, 2024 13:46
@dlover23dlover23
opened #124
Status Failure
Total duration 25s
Artifacts

ci.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 4 warnings
src/__tests__/chapter1-2/advanced.test.jsx > Chapter1-2 > 심화과제 > Virtual DOM과 이벤트 관리 > renderElement > > 초기 렌더링이 올바르게 수행되어야 한다: src/__tests__/chapter1-2/advanced.test.jsx#L22
AssertionError: expected '' to be '<div id="test">Hello</div>' // Object.is equality - Expected + Received - <div id="test">Hello</div> ❯ src/__tests__/chapter1-2/advanced.test.jsx:22:35
src/__tests__/chapter1-2/advanced.test.jsx > Chapter1-2 > 심화과제 > Virtual DOM과 이벤트 관리 > renderElement > > diff 알고리즘을 통해 변경된 부분만 업데이트해야 한다: src/__tests__/chapter1-2/advanced.test.jsx#L45
AssertionError: expected '' to be '<div><h1>Updated Title</h1><p>Paragra…' // Object.is equality - Expected + Received - <div><h1>Updated Title</h1><p>Paragraph 1</p></div> ❯ src/__tests__/chapter1-2/advanced.test.jsx:45:35
src/__tests__/chapter1-2/advanced.test.jsx > Chapter1-2 > 심화과제 > Virtual DOM과 이벤트 관리 > renderElement > > 요소의 속성만 변경되었을 때 요소를 재사용해야 한다: src/__tests__/chapter1-2/advanced.test.jsx#L86
AssertionError: expected '' to be '<div id="test" class="new">Hello</div>' // Object.is equality - Expected + Received - <div id="test" class="new">Hello</div> ❯ src/__tests__/chapter1-2/advanced.test.jsx:86:35
src/__tests__/chapter1-2/advanced.test.jsx > Chapter1-2 > 심화과제 > Virtual DOM과 이벤트 관리 > renderElement > > 요소의 타입이 변경되었을 때 새로운 요소를 생성해야 한다: src/__tests__/chapter1-2/advanced.test.jsx#L99
AssertionError: expected '' to be '<span>Hello</span>' // Object.is equality - Expected + Received - <span>Hello</span> ❯ src/__tests__/chapter1-2/advanced.test.jsx:99:35
basic
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
basic
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
advacned
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
advacned
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/