fix: renderCustomElements is not bullet-proof #769
Annotations
3 errors and 1 warning
test/customElements/renderCustomElements.test.ts > renderCustomElements > handles single custom element object:
test/customElements/renderCustomElements.test.ts#L98
AssertionError: expected null to be truthy
- Expected:
null
+ Received:
false
❯ test/customElements/renderCustomElements.test.ts:98:20
|
test/customElements/renderCustomElements.test.ts > renderCustomElements > handles array of custom elements:
test/customElements/renderCustomElements.test.ts#L119
TypeError: Cannot read properties of null (reading 'type')
❯ test/customElements/renderCustomElements.test.ts:119:22
|
ci (18.x)
Process completed with exit code 1.
|
ci (18.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|