diff --git a/src/browser/types.ts b/src/browser/types.ts index 5b7f09a33..45b8f8e49 100644 --- a/src/browser/types.ts +++ b/src/browser/types.ts @@ -26,6 +26,8 @@ declare global { extendOptions(opts: { [name: string]: unknown }): Promise; + getConfig(): Promise; + /** * Takes a screenshot of the passed selector and compares the received screenshot with the reference. *