[운영] SEO 및 성능 개선 #22
ci.yml
on: pull_request
build-test-lint-typecheck
20s
Annotations
4 errors
|
build-test-lint-typecheck
Process completed with exit code 1.
|
|
tests/table-contents.test.ts > initializeTableContents > 스크롤 이동 기능 확인 > li 클릭 시 해당 섹션으로 스크롤 이동이 정확히 실행되는지 확인:
tests/table-contents.test.ts#L217
AssertionError: expected "spy" to be called with arguments: [ { top: 90, behavior: 'smooth' } ]
Number of calls: 0
❯ tests/table-contents.test.ts:217:28
|
|
tests/table-contents.test.ts > initializeTableContents > 헤딩 요소들의 li 생성 확인 > li 요소들이 올바른 CSS 클래스를 가지는지 확인:
tests/table-contents.test.ts#L165
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ tests/table-contents.test.ts:165:52
❯ tests/table-contents.test.ts:164:27
❯ tests/table-contents.test.ts:163:18
|
|
tests/table-contents.test.ts > initializeTableContents > 헤딩 요소들의 li 생성 확인 > 생성된 li 요소들이 올바른 텍스트 내용을 가지는지 확인:
tests/table-contents.test.ts#L144
AssertionError: expected undefined to be 'The basics' // Object.is equality
- Expected:
"The basics"
+ Received:
undefined
❯ tests/table-contents.test.ts:144:26
❯ tests/table-contents.test.ts:142:18
|