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!