Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rickhanlonii/jest-skipped-reporter


https://github.com/rickhanlonii/jest-skipped-reporter

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        


Jest Skipped Reporter


Report skipped tests in Jest

## Installation

Using yarn:

```bash
$ yarn add -D jest-skipped-reporter
```

Using npm:

```bash
$ npm i -D jest-skipped-reporter
```

## Usage

Jest CLI:

```bash
jest --reporters jest-skipped-reporter
```

Jest Config:

```json
{
"reporters": ["jest-skipped-reporter"]
}
```

## Licence

MIT