container | Element | The JSDOM root element (page element) containing all rendered children. | packages/testing-library/src/render.ts:23 |
unmount | () => void | Unmount the current Vue app. | packages/testing-library/src/render.ts:25 |
rerender | (component: Component, props?: Record<string, unknown>) => RenderResult | Re-render with a new root component. | packages/testing-library/src/render.ts:27 |