@deanacus/jest-reporter-dfh
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Jest Reporter DFH

A custom jest reporter built for @deanacus/dfhscripts and other specific use cases.

Displays a pretty green tick for passed tests, a warning circle for skipped tests, and a scary red cross for failures.

Also reports on skipped individual tests and skipped test suites.

Install

Yarn:

yarn add -D @deanacus/jest-reporter-dfh

NPM:

npm install -D @deanacus/jest-reporter-dfh

Usage:

package.json:

{
  ...
  "jest": {
    ...
    "reporters": ["@deanacus/jest-reporter-dfh"],
    ...
  }
  ...
}

jest.config.js:

module.exports = {
  ...
  reporters: ['@deanacus/jest-reporter-dfh'],
  ...
}

Built with ryparker/jest-reporter-template

Readme

Keywords

none

Package Sidebar

Install

npm i @deanacus/jest-reporter-dfh

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

11.2 kB

Total Files

4

Last publish

Collaborators

  • deanacus