Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bobthered/jest-markdown-reporter


https://github.com/bobthered/jest-markdown-reporter

Last synced: 2 months ago
JSON representation

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"]
}
```