fix(ct): vue jsx component.update type

This commit is contained in:
sand4rt 2024-08-18 16:31:17 +02:00
parent d0c840f639
commit 90fe1e7ae1

View file

@ -55,7 +55,7 @@ export interface MountResultJsx extends Locator {
export const test: TestType<{
mount<HooksConfig>(
component: JSX.Element,
options: MountOptionsJsx<HooksConfig>
options?: MountOptionsJsx<HooksConfig>
): Promise<MountResultJsx>;
mount<HooksConfig, Component = unknown>(
component: Component,