Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bobthered/jest-markdown-reporter
https://github.com/bobthered/jest-markdown-reporter
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bobthered/jest-markdown-reporter
- Owner: bobthered
- License: mit
- Created: 2020-11-05T18:00:41.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-05T19:39:27.000Z (about 4 years ago)
- Last Synced: 2023-11-04T07:42:43.931Z (about 1 year ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Jest Markdown Reporter
## Installation
```
npm i @bobthered/jest-markdown-reporter
```## Usage
Add '@bobthered/jest-markdown-reporter' to jest.config.json file
```
{
"reporters": ["default", "@bobthered/jest-markdown-reporter"]
}
```