jest-reporter-dot
v0.3.0
Published
A better Dot reporter for Jest.
Maintainers
Readme
Installation
You can install this package as a development dependency.
$ npm i --save-dev jest-reporter-dot
$ yarn add --dev jest-reporter-dotExample
Configuration
Configure Jest to use the reporter.
Add a reporter to your jest.config.js file:
module.exports = {
// Your config...
reporters: ["jest-reporter-dot"],
}The plugin is not configurable and accepts no options.
