Skip to content

@inquirer/testing@3.3.12

Choose a tag to compare

@SBoudrias SBoudrias released this 02 Sep 21:56
Immutable release. Only release title and notes can be modified.
@inquirer/testing@3.3.12
5748bd9

@inquirer/testing@3.3.12

What's new

  • Keypress simulation now works under TERM=dumb. Node's readline disables all line editing (backspace, arrows, etc.) when TERM=dumb, regardless of whether input is a real terminal — environments like GitLab CI or Emacs shells set it, silently breaking events.keypress() in test suites. prompt() now overrides TERM for the readline interface construction alone (#2246, fixes #2180).
  • Published manifests now pin @inquirer/type to an exact version (#2247).