jest-simplified-reporter

0.0.5 • Public • Published

jest-simplified-reporter

Requirements

//jest.config.js
coverageProvider: "v8"

your test command must also collect coverage.

Install

npm i --save-dev jest-simplified-reporter 
//jest.config.js
reporters: [['jest-simplified-reporter', {path: './path/where/you/want/stored/fileName.json'}]]
 
//or
 
//default path is ./jest-simplified-reporter/results.json
reporters: ['jest-simplified-reporter']

Example

git clone https://github.com/zedgell/jest-simplified-reporter.git
cd jest-simplified-reporter
npm i
npm run test

Package Sidebar

Install

npm i jest-simplified-reporter

Weekly Downloads

0

Version

0.0.5

License

ISC

Unpacked Size

27.7 kB

Total Files

15

Last publish

Collaborators

  • zedgell