Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jest-nyancat-reporter

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-nyancat-reporter

<!--Badges Start-->

  • 2.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
710
increased by7.9%
Maintainers
1
Weekly downloads
 
Created
Source

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
        }
      ]
    ]
  }
}

FAQs

Package last updated on 13 Jun 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc