MCPcopy 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`

Calls

no outgoing calls

Tested by

no test coverage detected