Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
chore(ct): export MountResult (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
sand4rt authored Feb 6, 2024
1 parent bd73dd9 commit 49c9fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright-ct-angular/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export interface MountOptions<HooksConfig extends JsonObject, Component> {
hooksConfig?: HooksConfig;
}

interface MountResult<Component> extends Locator {
export interface MountResult<Component> extends Locator {
unmount(): Promise<void>;
update(options: {
props?: Partial<Component>,
Expand Down

0 comments on commit 49c9fd2

Please sign in to comment.