3.0.4 • Published 2 years ago

jest-progress-tracker v3.0.4

Weekly downloads
31
License
MIT
Repository
github
Last release
2 years ago

jest progress tracker

NPM version NPM downloads Circle CI Travis CI Codecov Coverage Status

Greenkeeper badge semantic-release

Track test progress for jest.

Usage

To use jest-progress-tracker, add it to the reporters section of the Jest configuration:

{
  "jest": {
    "reporters": [
      "default", // using default reporter
      "jest-progress-tracker"
    ]
  }
}