Skip to content

Commit 0296a0e

Browse files
authored
fix(commentStep): complain about __ type (#3655)
1 parent cd50be3 commit 0296a0e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

typings/index.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,9 @@ declare const Background: CodeceptJS.IHook;
489489
declare const Before: CodeceptJS.IHook;
490490
declare const After: CodeceptJS.IHook;
491491

492+
// Plugins
493+
declare const __: any
494+
492495
interface Window {
493496
codeceptjs: typeof CodeceptJS.browserCodecept;
494497
resq: any;

0 commit comments

Comments
 (0)