()
| 11 | } |
| 12 | |
| 13 | function nextTick(): Promise<void> { |
| 14 | return new Promise((resolve) => setImmediate(resolve)) |
| 15 | } |
| 16 | |
| 17 | test('ProxyApplyQueue waits for the pending apply before resolving waiters', async () => { |
| 18 | const queue = new ProxyApplyQueue() |
no outgoing calls
no test coverage detected