Skip to content

[10팀 김서준][Chapter1-2] 프레임워크 없이 SPA 만들기 - Basic #378

[10팀 김서준][Chapter1-2] 프레임워크 없이 SPA 만들기 - Basic

[10팀 김서준][Chapter1-2] 프레임워크 없이 SPA 만들기 - Basic #378

Triggered via pull request October 3, 2024 14:09
@zmzmvkvkzmzmvkvk
synchronize #117
Status Failure
Total duration 27s
Artifacts

ci.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 4 warnings
src/__tests__/chapter1-2/advanced.test.jsx > Chapter1-2 > 심화과제 > Virtual DOM과 이벤트 관리 > renderElement > > 요소의 속성만 변경되었을 때 요소를 재사용해야 한다: src/__tests__/chapter1-2/advanced.test.jsx#L86
AssertionError: expected '<div class="new">Hello</div>' to be '<div id="test" class="new">Hello</div>' // Object.is equality Expected: "<div id="test" class="new">Hello</div>" Received: "<div class="new">Hello</div>" ❯ src/__tests__/chapter1-2/advanced.test.jsx:86:35
src/__tests__/chapter1-2/advanced.test.jsx > Chapter1-2 > 심화과제 > Virtual DOM과 이벤트 관리 > 이벤트 관리 > > 이벤트 핸들러가 제거되면 더 이상 호출되지 않아야 한다: src/__tests__/chapter1-2/advanced.test.jsx#L162
AssertionError: expected "spy" to not be called at all, but actually been called 1 times Received: 1st spy call: Array [ MouseEvent { "isTrusted": false, }, ] Number of calls: 1 ❯ src/__tests__/chapter1-2/advanced.test.jsx:162:32
advacned
Process completed with exit code 1.
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/
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/