()
| 15 | }).enable(); |
| 16 | }, |
| 17 | enabledWithDestroy() { |
| 18 | hook = createHook({ |
| 19 | promiseResolve() {}, |
| 20 | destroy() {}, |
| 21 | }).enable(); |
| 22 | }, |
| 23 | enabledWithInitOnly() { |
| 24 | hook = createHook({ |
| 25 | init() {}, |
nothing calls this directly
no test coverage detected
searching dependent graphs…