To prevent writing to the process' own stdout, the echo tests were written to run each test in its own process, and the stdout of that process was captured. Because ava runs each test in its own process anyway, the echo tests no longer need to run in separate processes.
To prevent writing to the process' own stdout, the
echotests were written to run each test in its own process, and the stdout of that process was captured. Because ava runs each test in its own process anyway, theechotests no longer need to run in separate processes.