MCPcopy
hub / github.com/codeceptjs/CodeceptJS / HookConfig

Class HookConfig

lib/mocha/hooks.js:94–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94class HookConfig {
95 constructor(hook) {
96 this.hook = hook
97 }
98
99 retry(n) {
100 this.hook.retry(n)
101 return this
102 }
103}
104
105export {
106 BeforeHook,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected