consoleHelper

Exposes utility methods to help manipulate console statements during testing. This will allow test results to appear clean, without being interrupted by outputs from console.log statements.
Source:

Methods

(static) mute()

Source:
Replaces all console messages with dummy implementations, effectively muting all console related output. This action can be undone by invoking unmute()

(static) unmute()

Source:
Unmutes all console output methods by restoring previously saved references to the methods.