npm.io
0.0.1 • Published 6 years ago

jest-todo-reporter

Licence
MIT
Version
0.0.1
Deps
1
Size
5 kB
Vulns
0
Weekly
0
Stars
1

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