@inquirer/testing@3.3.12
Immutable
release. Only release title and notes can be modified.
@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.) whenTERM=dumb, regardless of whether input is a real terminal — environments like GitLab CI or Emacs shells set it, silently breakingevents.keypress()in test suites.prompt()now overridesTERMfor the readline interface construction alone (#2246, fixes #2180). - Published manifests now pin
@inquirer/typeto an exact version (#2247).