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
- Host: GitHub
- URL: https://github.com/descriptinc/jest-github-reporter
- Owner: descriptinc
- Created: 2021-07-13T18:11:37.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T09:11:14.000Z (over 3 years ago)
- Last Synced: 2025-06-24T15:07:44.728Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 119 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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`