MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / installCodeceptjs

Function installCodeceptjs

test/support/install-codeceptjs.js:13–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11// mocha-driven tests via .mocharc → test/support/setup.mjs;
12// codeceptjs-runner-driven acceptance suites via the `bootstrap` field.
13export default function installCodeceptjs() {
14 if (globalThis.codeceptjs) return
15 globalThis.codeceptjs = { config: Config, container, event, output, recorder, Helper }
16}

Callers 2

setup.mjsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected