Class: ConsoleReporter

ConsoleReporter()

A reporter that prints spec and suite results to the console.

Constructor

new ConsoleReporter()

Example
const {ConsoleReporter} = require('@jasminejs/reporters');
const reporter = new ConsoleReporter();

Methods

configure(options)

Configures the reporter.

Parameters:
Name Type Description
options ConsoleReporterOptions