홈 화면(/ 경로) UI 개선
#44
ci.yml
on: pull_request
build-test-lint-typecheck
20s
Annotations
3 errors
|
build-test-lint-typecheck
Process completed with exit code 1.
|
|
tests/markdown.test.ts > renderMarkdownWithComponents > HTML 내용 검증 > 혼합된 컴포넌트들의 HTML 내용이 모두 올바르게 렌더링되는지 확인:
tests/markdown.test.ts#L186
AssertionError: the given combination of arguments (undefined and string) is invalid for this assertion. You can use an array, a map, an object, a set, a string, or a weakset instead of a string
❯ tests/markdown.test.ts:186:40
|
|
tests/markdown.test.ts > renderMarkdownWithComponents > 웹 컴포넌트 존재 확인 > card-component와 button-component가 모두 DOM에 존재하는지 확인:
tests/markdown.test.ts#L116
AssertionError: expected null to be truthy
- Expected:
true
+ Received:
null
❯ tests/markdown.test.ts:116:29
|