Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 1.65 KB

README.md

File metadata and controls

57 lines (40 loc) · 1.65 KB

macaca-reporter-jest

NPM version build status 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

This project follows the git-contributor spec, auto updated at Sun Oct 31 2021 20:50:43 GMT+0800.

License

The MIT License (MIT)