Progress bar reporter for jest [](https://travis-ci.org/pierreroth64/jest-progress-bar-reporter) [](https://badge.fury.io/js/jest-progress-bar-reporter) [](https://www.npmjs.com/package/jest-progress-bar-reporter) [](https://github.com/prettier/prettier)

February 12, 2020 ยท View on GitHub

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