Skip to content

Interface: CellHarness<T>

Defined in: testing.ts:55

Type Parameters

T

T

Properties

cells

cells: T

Defined in: testing.ts:57

Whatever setup returned — typically the app's graph object.


dispose

dispose: () => void

Defined in: testing.ts:59

Tear the owner down (fires every cell's cleanup; aborts in-flight runs).

Returns

void