/jest-reporter-dot

A better Dot reporter for Jest.

Primary LanguageTypeScriptMIT LicenseMIT

jest-reporter-dot

A better dot reporter for Jest.

Installation

You can install this package as a development dependency.

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

$ yarn add --dev jest-reporter-dot

Example

Usage example

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.