Skip to content

Commit

Permalink
fix: add getConfig command typings
Browse files Browse the repository at this point in the history
  • Loading branch information
KuznetsovRoman committed Mar 12, 2024
1 parent 4128451 commit 5889066
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/browser/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ declare global {

extendOptions(opts: { [name: string]: unknown }): Promise<void>;

getConfig(): Promise<BrowserConfig>;

/**
* Takes a screenshot of the passed selector and compares the received screenshot with the reference.
*
Expand Down

0 comments on commit 5889066

Please sign in to comment.