@ihollander/jest-learn-reporter
v1.0.1
Published
A Jest reporter for the learn-test gem
Downloads
77
Readme
Jest Learn Reporter
A Jest reporter for the learn-test gem. Will probably break if any of this changes.
Installation
Using npm:
npm install --save-dev jest-learn-reporterUsing yarn:
yarn add --dev jest-learn-reporterUsage
Jest CLI:
jest --reporters=jest-learn-reporterJest config:
{
"reporters": ["jest-learn-reporter"]
}License
MIT
