Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 1.96 KB

README.md

File metadata and controls

57 lines (40 loc) · 1.96 KB

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.

Contributors


xudafeng


Jodeee


snapre

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

License

The MIT License (MIT)