jest-nyancat-reporter

2.0.0 • Public • Published

jest-nyancat-reporter

npm version

This was forked from abdulhannanali/jest-nyan-reporter, which has a bug reported in 2017, and a PR submitted but still hasn't been merged. I'm taking that to mean that the original repo is abandoned.

Jest Nyan Reporter Image

Installation

You can install by typing the following command in terminal.

For Yarn

yarn add -D jest-nyancat-reporter

For NPM

npm install --save-dev jest-nyancat-reporter

Configure

In order to configure the Nyancat Reporter, you can add the following configuration in your package.json under jest property.

{
  "jest": {
    "reporters": [
      [
        "jest-nyancat-reporter",
        {
          "suppressErrorReporter": false
        }
      ]
    ]
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i jest-nyancat-reporter

Weekly Downloads

669

Version

2.0.0

License

MIT

Unpacked Size

12.2 kB

Total Files

12

Last publish

Collaborators

  • philihp