From db7be48d2e17d4d99e2041ea79d4929f085728fc Mon Sep 17 00:00:00 2001 From: Roman Kuznetsov Date: Thu, 7 Mar 2024 16:44:08 +0300 Subject: [PATCH] fix: add getConfig command typings --- src/browser/types.ts | 2 ++ 1 file changed, 2 insertions(+) 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. *