Socket
Book a DemoInstallSign in
Socket

jest-spin-reporter

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-spin-reporter

Test reporter for jest with progress spinner

latest
Source
npmnpm
Version
2.0.0
Version published
Maintainers
1
Created
Source

npm

Jest spin reporter

Dead simple spinner based test reporter for jest.

Install

First, install jest-spin-reporter

npm install --save-dev jest-spin-reporter

then configure it via reporters section in jest.

jest configuration
{
  ...
  "reporters": [
      "jest-spin-reporter"
  ],
  ...
}

Each time run test reporter will pick up spinner randonmly.

License

MIT

Keywords

Jest

FAQs

Package last updated on 14 Aug 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