Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeceptjs/CodeceptJS
/ initGlobals
Method
initGlobals
lib/codecept.js:115–117 ·
view source on GitHub ↗
* Creates global variables * * @param {string} dir
(dir)
Source
from the content-addressed store, hash-verified
113
* @param {string} dir
114
*/
115
async
initGlobals(dir) {
116
await
initCodeceptGlobals(dir, this.config, container)
117
}
118
119
/**
120
* Executes hooks.
Callers
1
init
Method · 0.95
Calls
1
initCodeceptGlobals
Function · 0.90
Tested by
no test coverage detected