An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# jest-fail-on-console-reporter

> Disallow untested console output produced during tests

[![NPM version](http://img.shields.io/npm/v/jest-fail-on-console-reporter.svg?style=flat-square)](https://www.npmjs.com/package/jest-fail-on-console-reporter) [![NPM downloads](http://img.shields.io/npm/dm/jest-fail-on-console-reporter.svg?style=flat-square)](https://www.npmjs.com/package/jest-fail-on-console-reporter) [![Build Status](http://img.shields.io/travis/JamieMason/jest-fail-on-console-reporter/master.svg?style=flat-square)](https://travis-ci.org/JamieMason/jest-fail-on-console-reporter) [![Maintainability](https://api.codeclimate.com/v1/badges/e3301e89cb21826c3456/maintainability)](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