From 0296a0e915d72a42234f5aa866e3e729eacd861b Mon Sep 17 00:00:00 2001 From: KobeNguyenT <7845001+kobenguyent@users.noreply.github.com> Date: Sun, 21 May 2023 07:20:14 +0200 Subject: [PATCH] fix(commentStep): complain about __ type (#3655) --- typings/index.d.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/typings/index.d.ts b/typings/index.d.ts index 3bafed234..d9fe5e7a2 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -489,6 +489,9 @@ declare const Background: CodeceptJS.IHook; declare const Before: CodeceptJS.IHook; declare const After: CodeceptJS.IHook; +// Plugins +declare const __: any + interface Window { codeceptjs: typeof CodeceptJS.browserCodecept; resq: any;