1.0.19 • Published 3 years ago

jest-spec-reporter v1.0.19

Weekly downloads
4,510
License
MIT
Repository
github
Last release
3 years ago

Simple Spec 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-spec-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-spec-reporter"]
};

You can checkout the expected output:

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

3 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.10

6 years ago

1.0.8

6 years ago

1.0.6

6 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.1.0

8 years ago