Not sure if it's a pino-pretty bug, but when using jest watch mode, the interactive menu disappears. all the keys are working but I can't see them on the screen.
Correct behaviour:
But when I'm running with pino-pretty, I see jest's logs, but not the interactive menu as above.
This is how I run jest with pino-pretty:
jest --runInBand --watch --colors | pino-pretty --singleLine
Not sure if it's a
pino-pretty
bug, but when using jest watch mode, the interactive menu disappears. all the keys are working but I can't see them on the screen. Correct behaviour:But when I'm running with
pino-pretty
, I see jest's logs, but not the interactive menu as above. This is how I run jest with pino-pretty: