* Tear down the mock.module() interceptors installed by installMocks(). * @returns {void}
()
| 60 | * @returns {void} |
| 61 | */ |
| 62 | function restoreMocks() { |
| 63 | logMockCtx.restore(); |
| 64 | socketMockCtx.restore(); |
| 65 | overlayMockCtx.restore(); |
| 66 | sendMessageMockCtx.restore(); |
| 67 | } |
| 68 | |
| 69 | beforeEach(async () => { |
| 70 | globalThis.__resourceQuery = "?mock-url"; |
no outgoing calls
no test coverage detected
searching dependent graphs…