mocha-suppress-logs

0.5.1 • Public • Published

Mocha Suppress Logs

CircleCI NPM Version Coverage Status License Downloads

Suppress console output of successful mocha tests.

Ideal if you want to keep your test's report clean while still being able to debug the output of failed tests.

Note: For mocha version 7 or earlier, you must use version 0.2.0 of this package.

Requirements

  • mocha (8.0.0 or higher)

Installation

npm install --save-dev mocha-suppress-logs

Usage

Simply require mocha-suppress-logs when running mocha:

mocha --require mocha-suppress-logs

Or put it in your .mocharc to make it default behavior:

{
    "require": "mocha-suppress-logs"
}

/mocha-suppress-logs/

    Package Sidebar

    Install

    npm i mocha-suppress-logs

    Weekly Downloads

    85,247

    Version

    0.5.1

    License

    MIT

    Unpacked Size

    12.1 kB

    Total Files

    9

    Last publish

    Collaborators

    • aleg94