()
| 3 | |
| 4 | // Helper to flush all pending microtasks |
| 5 | async function flushMicrotasks() { |
| 6 | await Promise.resolve() |
| 7 | } |
| 8 | |
| 9 | describe('MicrotaskNotifier', () => { |
| 10 | let consoleErrorSpy: ReturnType<typeof vi.spyOn> |
no test coverage detected
searching dependent graphs…