jest-fail-on-console-reporter
v0.1.0
Published
Disallow untested console output produced during tests
Downloads
5,695
Maintainers
Readme
jest-fail-on-console-reporter
Disallow untested console output produced during tests
☁️ 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:
- For bug reports and feature requests, open issues 🐛
- For direct and quick help, you can use Gitter 🚀