Tests #7
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
|