This package has been deprecated

Author message:

WARNING: This module has been renamed to jest-progress-bar-reporter. Please install it instead.

jest-dot-reporter

1.0.14 • Public • Published

Simple dot 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-dot-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-dot-reporter']
};

You can checkout the expected output:

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

Test run

Dependents (1)

Package Sidebar

Install

npm i jest-dot-reporter

Weekly Downloads

518

Version

1.0.14

License

MIT

Unpacked Size

83.1 kB

Total Files

23

Last publish

Collaborators

  • peio