Skip to content

test: should optimize call frequency during list operations #2283

test: should optimize call frequency during list operations

test: should optimize call frequency during list operations #2283

Triggered via push September 27, 2024 16:15
Status Failure
Total duration 1m 21s
Artifacts

ci.yml

on: push
test  /  continuous-release
0s
test / continuous-release
Fit to window
Zoom out
Zoom in

Annotations

2 errors
packages/runtime-vapor/__tests__/for.spec.ts > createFor > should optimize call frequency during list operations with shallowRef: packages/runtime-vapor/__tests__/for.spec.ts#L607
AssertionError: Append rows: expected { source: 1, render: 100, …(2) } to deeply equal { source: 1, render: 100, …(2) } - Expected + Received Object { "index": 100, - "label": 100, + "label": 200, "render": 100, "source": 1, } ❯ expectCalledTimesToBe packages/runtime-vapor/__tests__/for.spec.ts:607:9 ❯ packages/runtime-vapor/__tests__/for.spec.ts:655:5
test / unit-test
Process completed with exit code 1.