Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeceptjs/CodeceptJS
/ asyncStringWithHook
Method
asyncStringWithHook
test/data/helper.js:54–56 ·
view source on GitHub ↗
(hookName)
Source
from the content-addressed store, hash-verified
52
}
53
54
asyncStringWithHook(hookName) {
55
return
`Test: I'm
async
/
await
${hookName} hook`
56
}
57
58
stringWithScenarioType(
type
) {
59
return
`Test: I'm ${
type
} test`
Callers
3
testevents_test.testevents.js
File · 0.80
testhooks_test.testhooks.js
File · 0.80
testhooks_test.testhooks.different.order.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected