2.0.0 • Published 6 years ago
jest-spin-reporter v2.0.0
Jest spin reporter
Dead simple spinner based test reporter for jest.

Install
First, install jest-spin-reporter
npm install --save-dev jest-spin-reporterthen configure it via reporters section in jest.
jest configuration
{
...
"reporters": [
"jest-spin-reporter"
],
...
}Each time run test reporter will pick up spinner randonmly.