This package has been deprecated

Author message:

rename to jest-progress-tracker

@unional/jest-progress-reporter
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

@unional/jest-progress-reporter

NPM version NPM downloads Build status Codecov Coverage Status

Greenkeeper badge semantic-release

Test progress reporter for jest.

Usage

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

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

Readme

Keywords

Package Sidebar

Install

npm i @unional/jest-progress-reporter

Weekly Downloads

3

Version

2.0.0

License

MIT

Unpacked Size

8.91 kB

Total Files

12

Last publish

Collaborators

  • unional