JamieMason/jest-fail-on-console-reporter

View on GitHub
DEPENDENCIES.md

Summary

Maintainability
Test Coverage
# jest-fail-on-console-reporter

Disallow untested console output produced during tests

## Installation

This is a [Node.js](https://nodejs.org/) module available through the 
[npm registry](https://www.npmjs.com/). It can be installed using the 
[`npm`](https://docs.npmjs.com/getting-started/installing-npm-packages-locally)
or 
[`yarn`](https://yarnpkg.com/en/)
command line tools.

```sh
npm install jest-fail-on-console-reporter --save
```

## Tests

```sh
npm install
npm test
```

## Dependencies

- [@jest/reporters](https://ghub.io/@jest/reporters): Jest's reporters
- [@jest/test-result](https://ghub.io/@jest/test-result): Disallow untested console output produced during tests
- [chalk](https://ghub.io/chalk): Terminal string styling done right
- [jest-util](https://ghub.io/jest-util): Disallow untested console output produced during tests

## Dev Dependencies

- [@jest/types](https://ghub.io/@jest/types): Disallow untested console output produced during tests
- [@types/jest](https://ghub.io/@types/jest): TypeScript definitions for Jest
- [@types/node](https://ghub.io/@types/node): TypeScript definitions for Node.js
- [jest](https://ghub.io/jest): Delightful JavaScript Testing.
- [prettier](https://ghub.io/prettier): Prettier is an opinionated code formatter
- [rimraf](https://ghub.io/rimraf): A deep deletion module for node (like `rm -rf`)
- [strip-ansi](https://ghub.io/strip-ansi): Strip ANSI escape codes from a string
- [ts-jest](https://ghub.io/ts-jest): A preprocessor with source maps support to help use TypeScript with Jest
- [tslint](https://ghub.io/tslint): An extensible static analysis linter for the TypeScript language
- [typescript](https://ghub.io/typescript): TypeScript is a language for application scale JavaScript development

## License

MIT