Code coverage report for preceptor-reporter/lib/defaults/messenger.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/ » messenger.js
1 2 3 4 5 6 7 8 9 10      1         1  
// Copyright 2014, Yahoo! Inc.
// Copyrights licensed under the Mit License. See the accompanying LICENSE file for terms.
 
var defaults = {
	"configuration": {},
	"output": false
};
 
module.exports = defaults;