Refactored Components #8
Annotations
2 errors
Run npm run test-ci:
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
|
Run npm run test-ci
Process completed with exit code 1.
|
Loading