Skip to content

Commit 50f1f08

Browse files
sand4rtpavelfeldman
authored andcommitted
cherry-pick(#29070): chore(ct): revert export mount result
1 parent e5d201b commit 50f1f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/playwright-ct-react/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export interface MountOptions<HooksConfig extends JsonObject> {
2222
hooksConfig?: HooksConfig;
2323
}
2424

25-
export interface MountResult extends Locator {
25+
interface MountResult extends Locator {
2626
unmount(): Promise<void>;
2727
update(component: JSX.Element): Promise<void>;
2828
}

0 commit comments

Comments
 (0)