differencify-jest-reporter
A Jest reporter for Differencify
Installation
Using npm:
$ npm i -D differencify-jest-reporter
Usage
Jest CLI:
jest --reporters differencify-jest-reporter
Jest Config:
Options
debug: boolean
Logs the output to consol
reportPath: string
Report directory relative to root of project
reportTypes: object
File name for generating a html report and json
reporters: ,
Note: Options are available only via jest.config file
Licence
MIT