fix(2d): little square not stressing anymore #82
Annotations
9 errors
test/browser/collider.test.ts > fCollider > should create a collider with default options:
packages/3d/src/core/FTransform.ts#L70
Error: FibboError: options missing for FTransform
❯ new FTransform src/core/FTransform.ts:70:12
❯ new FCollider src/core/FCollider.ts:107:18
❯ FCuboid.initCollider src/core/FComponent.ts:287:20
❯ test/browser/collider.test.ts:53:11
|
test/browser/collider.test.ts > fCollider > should create a collider with a sphere shape:
packages/3d/src/core/FTransform.ts#L70
Error: FibboError: options missing for FTransform
❯ new FTransform src/core/FTransform.ts:70:12
❯ new FCollider src/core/FCollider.ts:107:18
❯ FCuboid.initCollider src/core/FComponent.ts:287:20
❯ test/browser/collider.test.ts:134:11
|
test/browser/collider.test.ts > fCollider > should modify collider transforms:
packages/3d/src/core/FTransform.ts#L70
Error: FibboError: options missing for FTransform
❯ new FTransform src/core/FTransform.ts:70:12
❯ new FCollider src/core/FCollider.ts:107:18
❯ FCuboid.initCollider src/core/FComponent.ts:287:20
❯ test/browser/collider.test.ts:169:11
|
test/browser/collider.test.ts > fCollider > should modify collider transforms with a sphere shape:
packages/3d/src/core/FTransform.ts#L70
Error: FibboError: options missing for FTransform
❯ new FTransform src/core/FTransform.ts:70:12
❯ new FCollider src/core/FCollider.ts:107:18
❯ FCuboid.initCollider src/core/FComponent.ts:287:20
❯ test/browser/collider.test.ts:233:11
|
test/browser/rigidbody.test.ts > fRigidBody > should create a collider with default options:
packages/3d/src/core/FTransform.ts#L70
Error: FibboError: options missing for FTransform
❯ new FTransform src/core/FTransform.ts:70:12
❯ new FRigidBody src/core/FRigidBody.ts:132:18
❯ FCuboid.initRigidBody src/core/FComponent.ts:296:21
❯ test/browser/rigidbody.test.ts:39:11
|
test/browser/rigidbody.test.ts > fRigidBody > should create a collider with a sphere shape:
packages/3d/src/core/FTransform.ts#L70
Error: FibboError: options missing for FTransform
❯ new FTransform src/core/FTransform.ts:70:12
❯ new FRigidBody src/core/FRigidBody.ts:132:18
❯ FCuboid.initRigidBody src/core/FComponent.ts:296:21
❯ test/browser/rigidbody.test.ts:109:11
|
test/browser/rigidbody.test.ts > fRigidBody > should modify collider transforms:
packages/3d/src/core/FTransform.ts#L70
Error: FibboError: options missing for FTransform
❯ new FTransform src/core/FTransform.ts:70:12
❯ new FRigidBody src/core/FRigidBody.ts:132:18
❯ FCuboid.initRigidBody src/core/FComponent.ts:296:21
❯ test/browser/rigidbody.test.ts:139:11
|
test/browser/rigidbody.test.ts > fRigidBody > should modify collider transforms with a sphere shape:
packages/3d/src/core/FTransform.ts#L70
Error: FibboError: options missing for FTransform
❯ new FTransform src/core/FTransform.ts:70:12
❯ new FRigidBody src/core/FRigidBody.ts:132:18
❯ FCuboid.initRigidBody src/core/FComponent.ts:296:21
❯ test/browser/rigidbody.test.ts:193:11
|
test
Process completed with exit code 1.
|