0.1.0 • Published 5 years ago
@learn-co-curriculum/jest-learn-reporter v0.1.0
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-reporterUsing yarn:
yarn add @learn-co-curriculum/jest-learn-reporterUsage
Jest CLI:
jest --reporters=@learn-co-curriculum/jest-learn-reporterJest config:
{
"reporters": ["@learn-co-curriculum/jest-learn-reporter"]
}License
MIT