2.0.0 • Published 5 years ago

jest-spin-reporter v2.0.0

Weekly downloads
1,082
License
MIT
Repository
github
Last release
5 years ago

npm

Jest spin reporter

Dead simple spinner based test reporter for jest.

npm.io

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