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

Calls

no outgoing calls

Tested by

no test coverage detected