1.0.25 • Published 2 years ago

jest-progress-bar-reporter v1.0.25

Weekly downloads
11,981
License
MIT
Repository
github
Last release
2 years ago

Progress bar reporter for jest Build Status npm version npm downloads code style: prettier

Installation

You may install this package as a development dependency:

npm install --save-dev jest-progress-bar-reporter

Configuration

Configure Jest to use the reporter.

For example, create a jest.config.js file containing:

module.exports = {
  verbose: false,
  testPathIgnorePatterns: ['/node_modules/'],
  reporters: ['jest-progress-bar-reporter']
};

You can checkout the expected output:

git clone https://github.com/pierreroth64/jest-progress-bar-reporter.git
cd jest-progress-bar-reporter
npm install
npm run example

Test run

1.0.25

2 years ago

1.0.24

2 years ago

1.0.21

3 years ago

1.0.20

3 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago