(callback: AsyncCallback)
| 361 | } |
| 362 | |
| 363 | export function afterAll(callback: AsyncCallback): void { |
| 364 | registerHook(`afterAllHooks`, callback) |
| 365 | } |
| 366 | |
| 367 | export function beforeEach(callback: AsyncCallback): void { |
| 368 | registerHook(`beforeEachHooks`, callback) |
no test coverage detected