wip: . #14497
ci.yml
on: pull_request
test
/
unit-test
49s
test
/
unit-test-windows
2m 38s
test
/
e2e-test
1m 18s
test
/
lint-and-test-dts
46s
continuous-release
1m 10s
Annotations
4 errors and 4 warnings
packages/runtime-core/__tests__/rendererComponent.spec.ts > renderer: component > the component VNode should be cloned when reusing it:
packages/runtime-core/__tests__/rendererComponent.spec.ts#L424
AssertionError: expected [ 23, 23, 23 ] to deeply equal [ 23, 24, 25 ]
- Expected
+ Received
Array [
23,
- 24,
- 25,
+ 23,
+ 23,
]
❯ packages/runtime-core/__tests__/rendererComponent.spec.ts:424:17
|
packages/runtime-core/__tests__/rendererFragment.spec.ts > renderer: fragment > `template` fragment w/ render function + keyed vnode:
packages/runtime-test/src/nodeOps.ts#L165
TypeError: Cannot read properties of null (reading 'children')
❯ insert packages/runtime-test/src/nodeOps.ts:165:12
❯ mountElement packages/runtime-core/src/renderer.ts:714:5
❯ processElement packages/runtime-core/src/renderer.ts:610:7
❯ patch packages/runtime-core/src/renderer.ts:430:11
❯ patchBlockChildren packages/runtime-core/src/renderer.ts:969:7
❯ processFragment packages/runtime-core/src/renderer.ts:1086:9
❯ patch packages/runtime-core/src/renderer.ts:416:9
❯ Module.render packages/runtime-core/src/renderer.ts:2360:7
❯ packages/runtime-core/__tests__/rendererFragment.spec.ts:374:5
|
packages/runtime-core/__tests__/vnode.spec.ts > vnode > normalizeVNode:
packages/runtime-core/__tests__/vnode.spec.ts#L210
AssertionError: expected { __v_isVNode: true, …(26) } not to be { __v_isVNode: true, …(26) } // Object.is equality
Compared values have no visual difference.
❯ packages/runtime-core/__tests__/vnode.spec.ts:210:28
|
test / unit-test
Process completed with exit code 1.
|
test / lint-and-test-dts
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test / unit-test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
continuous-release
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test / e2e-test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|