File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -640,7 +640,20 @@ declare module 'codeceptjs' {
640640 export const codecept : typeof CodeceptJS . Codecept
641641 export const Codecept : typeof CodeceptJS . Codecept
642642 export const output : typeof CodeceptJS . output
643- export const container : typeof CodeceptJS . Container
643+ export const container : {
644+ helpers ( name ?: string ) : any
645+ support ( name ?: string ) : any
646+ plugins ( name ?: string ) : any
647+ translation ( ) : any
648+ mocha ( ) : any
649+ result ( ) : any
650+ append ( newContainer : any ) : void
651+ clear ( newHelpers ?: any , newSupport ?: any , newPlugins ?: any ) : Promise < void >
652+ started ( fn ?: Function | null ) : Promise < void >
653+ share ( data : any , options ?: any ) : void
654+ createMocha ( config ?: any , opts ?: any ) : void
655+ actor ( ) : any
656+ }
644657 export const event : typeof CodeceptJS . event
645658 export const recorder : CodeceptJS . recorder
646659 export const config : typeof CodeceptJS . Config
You can’t perform that action at this time.
0 commit comments