jest-mocha-spec-reporter

1.0.17 • Public • Published

Jest reporter with Mocha spec style logging

This is a fork of peio's jest-spec-reporter, tweaking it to look like Mocha's spec reporter.

Here is the output of npm run example:

Installation

You may install this package as a development dependency:

npm install --save-dev jest-mocha-spec-reporter

Configuration

Configure Jest to use the reporter.

For example, create a jest.config.js file containing:

module.exports = {
  verbose: false,
  testPathIgnorePatterns: ["/node_modules/"],
  reporters: ["jest-mocha-spec-reporter"]
};

Dependencies (2)

Dev Dependencies (5)

Package Sidebar

Install

npm i jest-mocha-spec-reporter

Weekly Downloads

234

Version

1.0.17

License

MIT

Unpacked Size

7.04 kB

Total Files

10

Last publish

Collaborators

  • markandre13