ui : card-component,whats-next,get-docker & translate : whats-next #17
ci.yml
on: pull_request
build-test-lint-typecheck
17s
Annotations
3 errors
|
build-test-lint-typecheck
Process completed with exit code 1.
|
|
tests/markdown.test.ts > renderMarkdownWithComponents > HTML 내용 검증 > 혼합된 컴포넌트들의 HTML 내용이 모두 올바르게 렌더링되는지 확인:
tests/markdown.test.ts#L184
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:184:39
|
|
tests/markdown.test.ts > renderMarkdownWithComponents > 웹 컴포넌트 존재 확인 > box-component와 button-component가 모두 DOM에 존재하는지 확인:
tests/markdown.test.ts#L116
AssertionError: expected null to be truthy
- Expected:
true
+ Received:
null
❯ tests/markdown.test.ts:116:28
|