[6팀 소수지] [Chapter 1-2] 프레임워크 없이 SPA 만들기 #135
Annotations
5 errors and 1 warning
advanced-test:
src/__tests__/chapter1-1/advanced.test.js#L73
TypeError: Cannot read properties of null (reading 'addEventListener')
❯ src/__tests__/chapter1-1/advanced.test.js:73:19
|
advanced-test:
src/__tests__/chapter1-2/advanced.post.test.jsx#L51
AssertionError: expected "spy" to be called with arguments: [ '로그인 후 이용해주세요' ]
Received:
1st spy call:
Array [
- "로그인 후 이용해주세요",
+ "로그인 후 이용해주세요.",
]
Number of calls: 1
❯ src/__tests__/chapter1-2/advanced.post.test.jsx:51:28
|
advanced-test:
src/__tests__/chapter1-2/advanced.post.test.jsx#L98
AssertionError: expected '<span class="like-button cursor-point…' to be '<span class="like-button cursor-point…' // Object.is equality
Expected: "<span class="like-button cursor-pointer text-blue-500">좋아요 1</span>"
Received: "<span class="like-button cursor-pointer">좋아요 1</span>"
❯ src/__tests__/chapter1-2/advanced.post.test.jsx:98:37
|
advanced-test:
src/__tests__/chapter1-2/advanced.test.jsx#L98
AssertionError: expected '<div id="test" class="old">Hello</div>' to be '<div id="test" class="new">Hello</div>' // Object.is equality
Expected: "<div id="test" class="new">Hello</div>"
Received: "<div id="test" class="old">Hello</div>"
❯ src/__tests__/chapter1-2/advanced.test.jsx:98:35
|
advanced-test
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading