@learn-co-curriculum/jest-learn-reporter
v0.1.0
Published
A Jest reporter for the learn-test gem
Downloads
1,716
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 @learn-co-curriculum/jest-learn-reporter
Using yarn:
yarn add @learn-co-curriculum/jest-learn-reporter
Usage
Jest CLI:
jest --reporters=@learn-co-curriculum/jest-learn-reporter
Jest config:
{
"reporters": ["@learn-co-curriculum/jest-learn-reporter"]
}
License
MIT