wip: . #14497
Annotations
4 errors and 1 warning
Run unit tests:
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
|
Run unit tests:
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
|
Run unit tests:
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
|
Run unit tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading