rickhanlonii / jest-silent-reporter

A silent reporter for Jest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Avoid flashing

goldbergyoni opened this issue · comments

I really believe in this reporter - while coding, a developer needs a piece of mind and not tons of log entries.

Is there a way to take it a step further - avoid the terminal flashing/refreshing anytime the tests run? whenever the tests run, the terminal always updates itself with some default watcher message, can this be eliminated to make it even more quiet?

Would be great to have a way to not show absolute anything unless a jest test crashes, even a way to hide the "Test Passed" string

commented

@jjolmo that's a great feature request, could you submit a new issue?

commented

@goldbergyoni I think the flashing happens from inside Jest, I don't think the reporter has the ability to avoid it. Going to close this for now, but if anyone finds a way to do it then I'm happy to review a PR!