Skip to content

Tests

Tests #7

Triggered via push January 7, 2025 14:30
Status Failure
Total duration 35s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
src/Component.test.ts > Component > properties: packages/ecs/src/Component.test.ts#L10
AssertionError: expected { x: 10, y: 20, …(1) } to deeply equal { x: 10, y: 20 } - Expected + Received Object { + "point": Point { + "id": undefined, + "x": 10, + "y": 20, + }, "x": 10, "y": 20, } ❯ src/Component.test.ts:10:38
build (20.x)
Process completed with exit code 1.
build (20.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636