vue-lynx/testing-library / RenderResult

Interface: RenderResult

Indexable

[key: string]: any

Properties

PropertyTypeDescriptionDefined in
containerElementThe JSDOM root element (page element) containing all rendered children.packages/testing-library/src/render.ts:23
unmount() => voidUnmount the current Vue app.packages/testing-library/src/render.ts:25
rerender(component: Component, props?: Record<string, unknown>) => RenderResultRe-render with a new root component.packages/testing-library/src/render.ts:27