(fn, timeout)
| 116 | const afterEach: THook = (fn, timeout) => |
| 117 | _addHook(fn, 'afterEach', afterEach, timeout); |
| 118 | const afterAll: THook = (fn, timeout) => |
| 119 | _addHook(fn, 'afterAll', afterAll, timeout); |
| 120 | |
| 121 | const test: Global.It = (() => { |
| 122 | const test = ( |
no test coverage detected