Skip to content

@continuum-js/test


@continuum-js/test / RenderResult

Interface: RenderResult ​

Defined in: index.ts:8

A mounted view under test.

Properties ​

container ​

container: HTMLElement

Defined in: index.ts:10

The container element, attached to document.body.


dispose ​

dispose: () => void

Defined in: index.ts:12

Unmount the view (cascading FRP/ownership cleanup) and drop the container.

Returns ​

void