1.0.4 • Published 6 years ago

jest-custom-reporter v1.0.4

Weekly downloads
17
License
MIT
Repository
github
Last release
6 years ago

jest-custom-reporter

Custom Jest reporter modeled after Mocha's "Spec" reporter.

Contents

  1. Installation
  2. Configuration
  3. Roadmap

Installation

npm i -D jest-custom-reporter
yarn add --dev jest-custom-reporter

Configuration

As per Jest's documentation, specify this package as part of the reporters array in your jest.config.js file.

module.exports = {
  reporters: [
    'jest-custom-reporter',
  ],
}

Roadmap

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
  • Also need to write tests and add examples... :D
1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago