0.0.5 • Published 5 years ago

jest-silent-json-reporter v0.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Installation

Using npm:

$ npm i -D jest-silent-reporter

Using yarn:

$ yarn add -D jest-silent-reporter

Usage

Jest CLI:

jest --reporters jest-silent-reporter

Jest Config:

{
  "reporters": ["jest-silent-reporter"]
}

Options

useDots: boolean

For large test suites, jest-silent-reporter can cause CI to fail due to having no output for some configured amount of time. Using the useDots option will output dots for each test file, similar to a dot reporter.

{
  "reporters": [["jest-silent-reporter", { "useDots": true }]]
}

Note: this config is also available as an envar JEST_SILENT_REPORTER_DOTS=true

Screens

All tests passed

npm.io

Tests failed

npm.io

Licence

MIT

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago