Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
41
export
default HelperStep
42
43
function
dryRunResolver() {
44
return
{
45
get(target, prop) {
46
if
(prop ===
'toString'
)
return
() =>
'<VALUE>'
47
return
new
Proxy({}, dryRunResolver())
48
},
49
}
50
}
Callers
2
run
Method · 0.85
get
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected