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

Function dryRunResolver

lib/step/helper.js:43–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41export default HelperStep
42
43function dryRunResolver() {
44 return {
45 get(target, prop) {
46 if (prop === 'toString') return () => '<VALUE>'
47 return new Proxy({}, dryRunResolver())
48 },
49 }
50}

Callers 2

runMethod · 0.85
getFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected