From 3fa98941c4cf8025a58ae753545bcb86619b73c3 Mon Sep 17 00:00:00 2001 From: kobenguyent Date: Thu, 27 Apr 2023 06:38:21 +0200 Subject: [PATCH] fix(commentStep): complain about __ type --- typings/index.d.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/typings/index.d.ts b/typings/index.d.ts index da83dbfa9..948cb6bc5 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;