File tree Expand file tree Collapse file tree 2 files changed +30
-5
lines changed
Expand file tree Collapse file tree 2 files changed +30
-5
lines changed Original file line number Diff line number Diff line change 1+ // Test all the named exports that are now available
2+ import {
3+ container ,
4+ codecept ,
5+ Codecept ,
6+ output ,
7+ event ,
8+ recorder ,
9+ config ,
10+ actor ,
11+ helper ,
12+ Helper ,
13+ pause ,
14+ within ,
15+ dataTable ,
16+ dataTableArgument ,
17+ store ,
18+ locator ,
19+ heal ,
20+ ai ,
21+ Workers ,
22+ Secret ,
23+ secret
24+ } from "codeceptjs" ;
25+
26+ // Also test default import
27+ import codeceptjs from "codeceptjs" ;
28+
29+ console . log ( "✅ All named exports are accessible!" ) ;
Original file line number Diff line number Diff line change @@ -666,11 +666,7 @@ declare module 'codeceptjs' {
666666 export const dataTableArgument : typeof CodeceptJS . DataTableArgument
667667 export const store : typeof CodeceptJS . store
668668 export const locator : typeof CodeceptJS . Locator
669- export const heal : any
670- export const ai : any
671- export const Workers : any
672- export const Secret : typeof CodeceptJS . Secret
673- export const secret : typeof CodeceptJS . secret
669+
674670}
675671
676672declare module '@codeceptjs/helper' {
You can’t perform that action at this time.
0 commit comments