Skip to content

Commit

Permalink
cherry-pick(#29070): chore(ct): revert export mount result
Browse files Browse the repository at this point in the history
  • Loading branch information
sand4rt authored and pavelfeldman committed Jan 19, 2024
1 parent e5d201b commit 50f1f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/playwright-ct-react/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export interface MountOptions<HooksConfig extends JsonObject> {
hooksConfig?: HooksConfig;
}

export interface MountResult extends Locator {
interface MountResult extends Locator {
unmount(): Promise<void>;
update(component: JSX.Element): Promise<void>;
}
Expand Down

0 comments on commit 50f1f08

Please sign in to comment.