lorenzofox3 / zora-node

test runner for nodejs using zora testing library
MIT License
27 stars 3 forks source link

When running with `onchange` the output changes to TAP 13 format #4

Closed pke closed 4 years ago

pke commented 4 years ago

The nice formatted output/reporter is gone when running pta under onchange like suggested in the readme.

lorenzofox3 commented 4 years ago

You are right it seems that the terminal looses its TTY nature through onchange and pta fallback to a TAP stream.

Try chokidar-cli instead of onchange, it seems to work fine (on my terminal at least)