1.0.14 • Published 4 years ago

jest-dot-reporter v1.0.14

Weekly downloads
15,878
License
MIT
Repository
github
Last release
4 years ago

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

1.0.14

4 years ago

1.0.12

5 years ago

1.0.10

5 years ago

1.0.8

5 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago