var Formatter = require('should-format').Formatter; var config = { checkProtoEql: false, getFormatter: function(opts) { return new Formatter(opts || config); } }; module.exports = config;