(component: C, options?: ComponentRenderOptions<C, any>)
| 7 | export { page } from 'vitest/browser' |
| 8 | |
| 9 | export function render<C>(component: C, options?: ComponentRenderOptions<C, any>) { |
| 10 | return _render(component, { |
| 11 | ...options, |
| 12 | global: { |
| 13 | directives: { |
| 14 | tooltip: vTooltip, |
| 15 | }, |
| 16 | }, |
| 17 | }) |
| 18 | } |
no outgoing calls
no test coverage detected