microlinkhq / tinyrun

CLI for executing multiple commands in parallel with minimal footprint (~2KB).
MIT License
6 stars 1 forks source link

test: ensure prefixing handles line segments #5

Closed aleclarson closed 1 month ago

aleclarson commented 1 month ago

Add an E2E test that runs bin/index.js with a Node.js program that prints to stdout in segments, rather than line by line. The current AVA snapshot shows the unexpected behavior that will be fixed in #4.