JSPM

jest-check-cross-reporter

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q18573F
  • License MIT

A simple jest reporter, displaying a green check or a red cross for each test

Package Exports

  • jest-check-cross-reporter

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (jest-check-cross-reporter) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Jest Check Cross reporter

Credits first! This is a quick'n'dirty variation, heavily based on Jacob O'Donnell's Simple dot reporter for jest.

This reporter displays a green check when a test passes, a red cross with an error message when the test fails.

That's pretty much it!