0.1.0 • Published 3 years ago

@learn-co-curriculum/jest-learn-reporter v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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