rickhanlonii / jest-silent-reporter

A silent reporter for Jest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Show Seed when run with --randomize

tkalmar opened this issue · comments

At the moment this runner swallows all jest output.
When run with --randomize and (with or without --showSeed) the seed is not visible.
This makes it hard/impossible to rerun the test with the same seed because it is not visible.

Oh, nice catch. Hit me up with a PR and I can review it.