An open API service indexing awesome lists of open source software.

https://github.com/descriptinc/jest-github-reporter

Minor quality of life improvements for running jest on GitHub Actions
https://github.com/descriptinc/jest-github-reporter

Last synced: 11 months ago
JSON representation

Minor quality of life improvements for running jest on GitHub Actions

Awesome Lists containing this project

README

          

# jest-github-reporter

Does two things:
1. silences console output for files that succeeded
2. renders fancy inline github action errors

## Usage

Install with:
- `npm install --save-dev @descript/jest-github-reporter`
- or `yarn add --dev @descript/jest-github-reporter`

Use with:
- `jest --reporters=@descript/jest-github-reporter`