()
| 38 | |
| 39 | describe('State manager utility', () => { |
| 40 | const nextTick = () => new Promise((r) => setTimeout(r)); |
| 41 | const noop = () => { /* noop */ }; |
| 42 | |
| 43 | test('State manager basic functionality', async () => { |
no outgoing calls
no test coverage detected