Skip to content

pabaibara/jest-todo-reporter

This branch is 1 commit ahead of, 1 commit behind rickhanlonii/jest-skipped-reporter:master.

Repository files navigation

Jest TODO Reporter

Report todo tests in Jest

Installation

Using yarn:

$ yarn add -D jest-todo-reporter

Using npm:

$ npm i -D jest-todo-reporter

Usage

Jest CLI:

jest --reporters jest-todo-reporter

Jest Config:

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

Licence

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%