Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 367 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 367 Bytes

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