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

/jest-progress-tracker/

    Package Sidebar

    Install

    npm i jest-progress-tracker

    Weekly Downloads

    193

    Version

    3.0.4

    License

    MIT

    Unpacked Size

    10.8 kB

    Total Files

    12

    Last publish

    Collaborators

    • unional