Skip to content

rickhanlonii/jest-skipped-reporter

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published