rickhanlonii / jest-skipped-reporter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jest Skipped Reporter

Report skipped tests in Jest

Installation

Using yarn:

$ yarn add -D jest-skipped-reporter

Using npm:

$ npm i -D jest-skipped-reporter

Usage

Jest CLI:

jest --reporters jest-skipped-reporter

Jest Config:

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

Licence

MIT

About

License:MIT License


Languages

Language:JavaScript 100.0%