[학습 메이트 최기환] [Chapter 1-2] 프레임워크 없이 SPA 만들기 #18
Annotations
10 errors and 1 warning
test basic:
src/__tests__/chapter1-1/basic.test.js#L22
TypeError: Cannot set properties of null (setting 'innerHTML')
❯ src/__tests__/chapter1-1/basic.test.js:22:45
|
test basic:
src/__tests__/chapter1-1/basic.test.js#L52
AssertionError: expected +0 to be 1 // Object.is equality
- Expected
+ Received
- 1
+ 0
❯ src/__tests__/chapter1-1/basic.test.js:52:36
|
test basic:
src/__tests__/chapter1-1/basic.test.js#L64
AssertionError: expected +0 to be 1 // Object.is equality
- Expected
+ Received
- 1
+ 0
❯ src/__tests__/chapter1-1/basic.test.js:64:36
|
test basic:
src/__tests__/chapter1-1/basic.test.js#L80
TypeError: Cannot read properties of null (reading 'disabled')
❯ Object.type node_modules/@testing-library/user-event/dist/esm/utility/type.js:14:17
❯ node_modules/@testing-library/user-event/dist/esm/setup/setup.js:83:35
❯ Object.asyncWrapper node_modules/@testing-library/dom/dist/config.js:23:23
❯ wrapAsync node_modules/@testing-library/user-event/dist/esm/setup/wrapAsync.js:6:24
❯ Object.method [as type] node_modules/@testing-library/user-event/dist/esm/setup/setup.js:83:16
❯ src/__tests__/chapter1-1/basic.test.js:80:18
|
test basic:
src/__tests__/chapter1-1/basic.test.js#L103
TypeError: Cannot read properties of null (reading 'disabled')
❯ Object.type node_modules/@testing-library/user-event/dist/esm/utility/type.js:14:17
❯ node_modules/@testing-library/user-event/dist/esm/setup/setup.js:83:35
❯ Object.asyncWrapper node_modules/@testing-library/dom/dist/config.js:23:23
❯ wrapAsync node_modules/@testing-library/user-event/dist/esm/setup/wrapAsync.js:6:24
❯ Object.method [as type] node_modules/@testing-library/user-event/dist/esm/setup/setup.js:83:16
❯ src/__tests__/chapter1-1/basic.test.js:103:18
|
test basic:
src/__tests__/chapter1-1/basic.test.js#L113
TypeError: Cannot read properties of null (reading 'click')
❯ src/__tests__/chapter1-1/basic.test.js:113:40
|
test basic:
src/__tests__/chapter1-1/basic.test.js#L103
TypeError: Cannot read properties of null (reading 'disabled')
❯ Object.type node_modules/@testing-library/user-event/dist/esm/utility/type.js:14:17
❯ node_modules/@testing-library/user-event/dist/esm/setup/setup.js:83:35
❯ Object.asyncWrapper node_modules/@testing-library/dom/dist/config.js:23:23
❯ wrapAsync node_modules/@testing-library/user-event/dist/esm/setup/wrapAsync.js:6:24
❯ Object.method [as type] node_modules/@testing-library/user-event/dist/esm/setup/setup.js:83:16
❯ src/__tests__/chapter1-1/basic.test.js:103:18
|
test basic:
src/__tests__/chapter1-1/basic.test.js#L113
TypeError: Cannot read properties of null (reading 'click')
❯ src/__tests__/chapter1-1/basic.test.js:113:40
|
test basic:
src/__tests__/chapter1-1/basic.test.js#L143
TypeError: Cannot read properties of null (reading 'disabled')
❯ Object.type node_modules/@testing-library/user-event/dist/esm/utility/type.js:14:17
❯ node_modules/@testing-library/user-event/dist/esm/setup/setup.js:83:35
❯ Object.asyncWrapper node_modules/@testing-library/dom/dist/config.js:23:23
❯ wrapAsync node_modules/@testing-library/user-event/dist/esm/setup/wrapAsync.js:6:24
❯ Object.method [as type] node_modules/@testing-library/user-event/dist/esm/setup/setup.js:83:16
❯ src/__tests__/chapter1-1/basic.test.js:143:18
|
test basic:
src/__tests__/chapter1-1/basic.test.js#L182
AssertionError: expected '<main class="bg-gray-100 flex items-c…' to contain '로그인'
Expected: "로그인"
Received: "<main class="bg-gray-100 flex items-center justify-center min-h-screen"><div class="bg-white p-8 rounded-lg shadow-md w-full text-center" style="max-width: 480px;"><h1 class="text-2xl font-bold text-blue-600 mb-4">항해플러스</h1><p class="text-4xl font-bold text-gray-800 mb-4">404</p><p class="text-xl text-gray-600 mb-8">페이지를 찾을 수 없습니다</p><p class="text-gray-600 mb-8">요청하신 페이지가 존재하지 않거나 이동되었을 수 있습니다.</p><a href="/" data-link="" class="bg-blue-600 text-white px-4 py-2 rounded font-bold">홈으로 돌아가기</a></div></main>"
❯ src/__tests__/chapter1-1/basic.test.js:182:39
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading