cherry-pick(#29070): chore(ct): revert export mount result

This commit is contained in:
Sander 2024-01-19 20:11:23 +01:00 committed by Pavel
parent e5d201b459
commit 50f1f08e9c

View file

@ -22,7 +22,7 @@ export interface MountOptions<HooksConfig extends JsonObject> {
hooksConfig?: HooksConfig; hooksConfig?: HooksConfig;
} }
export interface MountResult extends Locator { interface MountResult extends Locator {
unmount(): Promise<void>; unmount(): Promise<void>;
update(component: JSX.Element): Promise<void>; update(component: JSX.Element): Promise<void>;
} }