Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeceptjs/CodeceptJS
/ stringWithHook
Method
stringWithHook
test/data/helper.js:50–52 ·
view source on GitHub ↗
(hookName)
Source
from the content-addressed store, hash-verified
48
}
49
50
stringWithHook(hookName) {
51
return
`Test: I'm generator ${hookName} hook`
52
}
53
54
asyncStringWithHook(hookName) {
55
return
`Test: I'm
async
/
await
${hookName} hook`
Callers
2
testevents_test.testevents.js
File · 0.80
testhooks_test.testhooks.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected