https://github.com/kwonoj/jest-spin-reporter
https://github.com/kwonoj/jest-spin-reporter
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kwonoj/jest-spin-reporter
- Owner: kwonoj
- License: mit
- Created: 2018-08-02T22:28:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-14T05:13:14.000Z (almost 7 years ago)
- Last Synced: 2024-10-19T18:30:02.546Z (almost 2 years ago)
- Language: TypeScript
- Size: 229 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.npmjs.com/package/jest-spin-reporter)
# Jest spin reporter
Dead simple spinner based test reporter for jest.

# Install
First, install `jest-spin-reporter`
```sh
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](https://github.com/kwonoj/jest-spin-reporter/blob/master/LICENSE)