https://github.com/jamiemason/jest-fail-on-console-reporter
Disallow untested console output produced during tests
https://github.com/jamiemason/jest-fail-on-console-reporter
jest jest-reporter reporter
Last synced: 5 months ago
JSON representation
Disallow untested console output produced during tests
- Host: GitHub
- URL: https://github.com/jamiemason/jest-fail-on-console-reporter
- Owner: JamieMason
- License: mit
- Created: 2019-07-22T09:19:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T00:11:16.000Z (over 4 years ago)
- Last Synced: 2025-05-04T21:20:19.710Z (5 months ago)
- Topics: jest, jest-reporter, reporter
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/jest-fail-on-console-reporter
- Size: 324 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# jest-fail-on-console-reporter
> Disallow untested console output produced during tests
[](https://www.npmjs.com/package/jest-fail-on-console-reporter) [](https://www.npmjs.com/package/jest-fail-on-console-reporter) [](https://travis-ci.org/JamieMason/jest-fail-on-console-reporter) [](https://codeclimate.com/github/JamieMason/jest-fail-on-console-reporter/maintainability)
## Table of Contents
- [🌩 Installation](#-installation)
- [🕹 Usage](#-usage)
- [🙋🏾♂️ Getting Help](#♂️-getting-help)
- [👀 Other Projects](#-other-projects)
- [🤓 Author](#-author)## 🌩 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:
```js
"reporters": [
"./node_modules/jest-fail-on-console-reporter"
]
```## 🙋🏾♂️ Getting Help
Get help with issues by creating a [Bug Report] or discuss ideas by opening a [Feature Request].
[bug report]: https://github.com/JamieMason/jest-fail-on-console-reporter/issues/new?template=bug_report.md
[feature request]: https://github.com/JamieMason/jest-fail-on-console-reporter/issues/new?template=feature_request.md
## 👀 Other Projects
If you find my Open Source projects useful, please share them ❤️
- [**eslint-formatter-git-log**](https://github.com/JamieMason/eslint-formatter-git-log)
ESLint Formatter featuring Git Author, Date, and Hash
- [**eslint-plugin-move-files**](https://github.com/JamieMason/eslint-plugin-move-files)
Move and rename files while keeping imports up to date
- [**eslint-plugin-prefer-arrow-functions**](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions)
Convert functions to arrow functions
- [**ImageOptim-CLI**](https://github.com/JamieMason/ImageOptim-CLI)
Automates ImageOptim, ImageAlpha, and JPEGmini for Mac to make batch optimisation of images part of your automated build process.
- [**Jasmine-Matchers**](https://github.com/JamieMason/Jasmine-Matchers)
Write Beautiful Specs with Custom Matchers
- [**karma-benchmark**](https://github.com/JamieMason/karma-benchmark)
Run Benchmark.js over multiple Browsers, with CI compatible output
- [**self-help**](https://github.com/JamieMason/self-help#readme)
Interactive Q&A Guides for Web and the Command Line
- [**syncpack**](https://github.com/JamieMason/syncpack#readme)
Manage multiple package.json files, such as in Lerna Monorepos and Yarn Workspaces## 🤓 Author
I'm [Jamie Mason] from [Leeds] in England, I began Web Design and Development in 1999 and have been Contracting and offering Consultancy as Fold Left Ltd since 2012. Who I've worked with includes [Sky Sports], [Sky Bet], [Sky Poker], The [Premier League], [William Hill], [Shell], [Betfair], and Football Clubs including [Leeds United], [Spurs], [West Ham], [Arsenal], and more.
[![Follow JamieMason on GitHub][github badge]][github] [![Follow fold_left on Twitter][twitter badge]][twitter]
[github badge]: https://img.shields.io/github/followers/JamieMason.svg?style=social&label=Follow
[twitter badge]: https://img.shields.io/twitter/follow/fold_left.svg?style=social&label=Follow
[arsenal]: https://www.arsenal.com
[betfair]: https://www.betfair.com
[github]: https://github.com/JamieMason
[jamie mason]: https://www.linkedin.com/in/jamiemasonleeds
[leeds united]: https://www.leedsunited.com/
[leeds]: https://www.instagram.com/visitleeds
[premier league]: https://www.premierleague.com
[shell]: https://www.shell.com
[sky bet]: https://www.skybet.com
[sky poker]: https://www.skypoker.com
[sky sports]: https://www.skysports.com
[spurs]: https://www.tottenhamhotspur.com
[twitter]: https://twitter.com/fold_left
[west ham]: https://www.whufc.com
[william hill]: https://www.williamhill.com