@inquirer/testing@3.3.0
·
161 commits
to main
since this release
- Feat: Unit test API now exposes an
await nextRender()utility to wait until a render event occurs. Useful to replace manualawait Promise.resolve()or timeouts when waiting for an async action (like validation, etc) to complete.