jest-fail-on-console-reporter

Disallow untested console output produced during tests

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
jest-fail-on-console-reporter
260.1.04 years ago4 years agoMinified + gzip package size for jest-fail-on-console-reporter in KB

Readme

jest-fail-on-console-reporter
Disallow untested console output produced during tests

NPM version NPM downloads Build Status Maintainability Gitter Chat Donate via PayPal Backers Sponsors Analytics Follow JamieMason on GitHub Follow fold_left on Twitter

☁️ Installation

npm install --save-dev jest jest-fail-on-console-reporter

🛠 Usage

Replace the default reporter with jest-fail-on-console-reporter in jest.config.json:
"reporters": [
  "./node_modules/jest-fail-on-console-reporter"
]

🙋 Get Help

There are a few ways to get help:
  1. For bug reports and feature requests, open issues 🐛
  2. For direct and quick help, you can use Gitter 🚀