Home

Awesome

macaca-reporter-jest

NPM version CI Test coverage node version npm download

Macaca reporter used for jest.

Installment

$ npm i macaca-reporter-jest --save-dev

Configuration

defined in jest.config.js:

  ...
  reporters: [
    'default',
    ['macaca-reporter-jest', {}],
  ],
  ...

macaca-reporter-jest is based on macaca-reporter.

<!-- GITCONTRIBUTOR_START -->

Contributors

<img src="https://avatars.githubusercontent.com/u/1011681?v=4" width="100px;"/><br/><sub><b>xudafeng</b></sub><br/><img src="https://avatars.githubusercontent.com/u/30293087?v=4" width="100px;"/><br/><sub><b>Jodeee</b></sub><br/><img src="https://avatars.githubusercontent.com/u/52845048?v=4" width="100px;"/><br/><sub><b>snapre</b></sub><br/>

This project follows the git-contributor spec, auto updated at Thu Apr 28 2022 13:44:49 GMT+0800.

<!-- GITCONTRIBUTOR_END -->

License

The MIT License (MIT)