Code coverage report for preceptor-reporter/lib/defaults/reporter.js

Statements: 100% (2 / 2)      Branches: 100% (0 / 0)      Functions: 100% (0 / 0)      Lines: 100% (2 / 2)      Ignored: none     

All files » preceptor-reporter/lib/defaults/ » reporter.js
1 2 3 4 5 6 7 8 9 10 11 12 13 14      1                 1  
// Copyright 2014, Yahoo! Inc.
// Copyrights licensed under the Mit License. See the accompanying LICENSE file for terms.
 
var defaults = {
	"type": null,
	"path": null,
	"configuration": {},
	"color": true,
	"output": undefined,
	"progress": undefined
};
 
module.exports = defaults;