0.3.0 • Published 1 year ago

jest-reporter-dot v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Installation

You can install this package as a development dependency.

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

$ yarn add --dev jest-reporter-dot

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.

0.3.0

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago