jest-fail-on-console-reporter

Disallow untested console output produced during tests

Usage no npm install needed!

<script type="module">
  import jestFailOnConsoleReporter from 'https://cdn.skypack.dev/jest-fail-on-console-reporter';
</script>

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 🚀