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