Releases: lando/leia
Releases · lando/leia
v0.6.0
v0.5.1
v0.4.0
- Added
--ignore
flag to pass in patterns to exclude from parsing - Added
--spawn
flag to usechild_process.spawn
instead ofchild_process.exec
- Added
--stdin
flag so we attachstdin
for the test, this can prevent downstream hanging - Added support for "multiline" single tests using
\
for readability - Improved error message on failed tests to show exit code,
stdin
andstdout
- Upgraded to
node
14