Skip to content

Commit

Permalink
chore(ct): revert export mount result (#29070)
Browse files Browse the repository at this point in the history
  • Loading branch information
sand4rt authored Jan 19, 2024
1 parent e551506 commit 54c57fd
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 54c57fd

Please sign in to comment.