(suite: Suite)
| 234 | } |
| 235 | |
| 236 | function getAroundAllHooks(suite: Suite): RegisteredAroundAllListener[] { |
| 237 | return getHooks(suite).aroundAll |
| 238 | } |
| 239 | |
| 240 | interface AroundHooksOptions<THook extends Function> { |
| 241 | hooks: THook[] |
no test coverage detected