@deanacus/jest-reporter

0.0.1 • Public • Published

Jest Reporter

A simple Jest reporter

Mostly a way for me to play around with building a custom Jest reporter for instances where I want to extract a certain piece of information from a test run.

Installation

npm i -D @deanacus/jest-reporter

Usage

package.json:

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

Command line:

jest --reporters=@deanacus/jest-reporter

Readme

Keywords

none

Package Sidebar

Install

npm i @deanacus/jest-reporter

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

1.63 kB

Total Files

4

Last publish

Collaborators

  • deanacus