jest-spin-reporter

2.0.0 • Public • Published

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

Package Sidebar

Install

npm i jest-spin-reporter

Weekly Downloads

333

Version

2.0.0

License

MIT

Unpacked Size

180 kB

Total Files

7

Last publish

Collaborators

  • kwonoj