ListReporter

./source/index.js

List Reporter for Joe. Joe attaches and calls the methods of this classes instance.

new ListReporter()

Extends ConsoleReporter

Example
const joe = require('joe').addReporter(require('joe-reporter-list').create({color: false}))
// joe.suite(...)
Instance Members
constructor([config], args)
startSuite()
startTest()
finishSuite(suite, [err])