Skip to content

Commit

Permalink
fix(commentStep): complain about __ type (#3655)
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed May 21, 2023
1 parent cd50be3 commit 0296a0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0296a0e

Please sign in to comment.