MCPcopy
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

initMethod · 0.95

Calls 1

initCodeceptGlobalsFunction · 0.90

Tested by

no test coverage detected