Custom reporter for Jest
npm install jest-custom-reporter1. Installation
1. Configuration
1. Roadmap
``bash`
npm i -D jest-custom-reporter`bash`
yarn add --dev jest-custom-reporter
array in your jest.config.js file.`js
module.exports = {
reporters: [
'jest-custom-reporter',
],
}
`$3
So many things! Here are some that are on my mind:
- Migrate to TypeScript
- Custom options` object you can pass in for different reporter styles