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

Function disablePause

lib/command/workers/runTests.js:503–505  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

501}
502
503function disablePause() {
504 global.pause = () => {}
505}
506
507function serializeError(err) {
508 if (!err) return null

Callers 2

runTestsFunction · 0.85
runPoolTestsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected