expectPointerOn()
pixi-wheels / testing / expectPointerOn
Function: expectPointerOn()
function expectPointerOn(
wheel: Wheel,
id: string,
ring?: string
): void;
Defined in: testing/testHarness.ts:171
Throw unless the pointer of ring (default main) is on section id.
Parameters#
| Parameter | Type |
|---|---|
wheel | Wheel |
id | string |
ring? | string |
Returns#
void