jest-progress-tracker
TypeScript icon, indicating that this package has built-in type declarations

3.0.4 • Public • Published

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"
    ]
  }
}

Readme

Keywords

Package Sidebar

Install

npm i jest-progress-tracker

Weekly Downloads

420

Version

3.0.4

License

MIT

Unpacked Size

10.8 kB

Total Files

12

Last publish

Collaborators

  • unional