0.0.1 • Published 4 years ago

@deanacus/jest-reporter v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

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