Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

jest-spin-reporter

kwonoj1.3kMIT2.0.0

Test reporter for jest with progress spinner

Jest, Reporter, Spinner, Progress

readme

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

changelog

2.0.0 (2019-08-14)

Features

  • index: bump up node target (5267ec8)

BREAKING CHANGES

  • index: support latest node only

1.0.2 (2018-09-21)

Bug Fixes

  • reporter: update output (21085eb)

1.0.1 (2018-08-03)

1.0.0 (2018-08-03)

Features

  • reporter: refine output (74605a6)
  • spinner: implement initial feature (89345da)