v0.18.0
π Enhancement
- Fix coverage reports, add lcov as extra reporter #456 (@yannbf)
The test-runner now reports coverage correctly when the--coverage
is passed. If you ended up executing nyc directly in your scripts, you don't have to do that anymore.
π Bug Fix
- add
--testTimeout
cli option from jest #409 (@skratchdot @yannbf)
Authors: 2
- β¬ (@skratchdot)
- Yann Braga (@yannbf)