v0.0.10: refactor API, internals, testing #76
Annotations
10 errors
test
Property 'x' does not exist on type 'FComponent'.
|
test
Property 'y' does not exist on type 'FComponent'.
|
test
Property 'scaleX' does not exist on type 'FComponent'.
|
test
Property 'scaleY' does not exist on type 'FComponent'.
|
test
Property 'rotationDegree' does not exist on type 'FComponent'.
|
test/browser/collider.test.ts > fCollider > should create a collider with default options:
packages/2d/test/browser/collider.test.ts#L25
AssertionError: expected undefined to deeply equal { x: +0, y: +0 }
- Expected:
Object {
"x": 0,
"y": 0,
}
+ Received:
undefined
❯ test/browser/collider.test.ts:25:60
|
test/browser/collider.test.ts > fCollider > should create a collider with custom transforms:
packages/2d/test/browser/collider.test.ts#L57
AssertionError: expected undefined to deeply equal { x: -2, y: 3 }
- Expected:
Object {
"x": -2,
"y": 3,
}
+ Received:
undefined
❯ test/browser/collider.test.ts:57:60
|
test/browser/collider.test.ts > fCollider > should create a collider with a circle shape:
packages/2d/test/browser/collider.test.ts#L83
TypeError: Cannot read properties of undefined (reading 'x')
❯ test/browser/collider.test.ts:83:40
|
test/browser/collider.test.ts > fCollider > should modify collider transforms:
packages/2d/test/browser/collider.test.ts#L99
TypeError: Cannot read properties of undefined (reading 'x')
❯ test/browser/collider.test.ts:99:40
|
test/browser/collider.test.ts > fCollider > should modify collider transforms with a circle shape:
packages/2d/test/browser/collider.test.ts#L141
TypeError: Cannot read properties of undefined (reading 'x')
❯ test/browser/collider.test.ts:141:40
|