()
| 139 | } |
| 140 | |
| 141 | async function cleanupUseModelsHookTest() { |
| 142 | cleanup(); |
| 143 | await restoreUseModelsModuleMocks(); |
| 144 | mock.restore(); |
| 145 | cleanupDom?.(); |
| 146 | cleanupDom = null; |
| 147 | apiMock = null; |
| 148 | } |
| 149 | |
| 150 | afterAll(async () => { |
| 151 | await restoreUseModelsModuleMocks(); |
nothing calls this directly
no test coverage detected