From e55a099f7db63a742f4bcce3e75bb652e65c2e70 Mon Sep 17 00:00:00 2001 From: shadowusr Date: Mon, 25 Mar 2024 18:05:31 +0300 Subject: [PATCH] fix: do not add conflicting overwriteCommand type definition --- src/browser/types.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/browser/types.ts b/src/browser/types.ts index f4b9b98c2..76b4ae97b 100644 --- a/src/browser/types.ts +++ b/src/browser/types.ts @@ -36,14 +36,6 @@ declare global { getConfig(): Promise; - overwriteCommand( - name: string, - func: OverwriteCommandFn, - attachToElement?: IsElement, - proto?: Record, // eslint-disable-line @typescript-eslint/no-explicit-any - instances?: Record, - ): void; - /** * Takes a screenshot of the passed selector and compares the received screenshot with the reference. *