Skip to content

@inquirer/testing@3.3.0

Choose a tag to compare

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