()
| 617 | // We need to flush the microtask queue to test the debouncing logic. |
| 618 | // This helper function does that. |
| 619 | const flushMicrotasks = () => new Promise(resolve => setImmediate(resolve)); |
| 620 | |
| 621 | it('should NOT debounce a notification that has parameters', async () => { |
| 622 | // ARRANGE |
no outgoing calls
no test coverage detected
searching dependent graphs…