/* * should.js - assertion library * Copyright(c) 2010-2013 TJ Holowaychuk * Copyright(c) 2013-2016 Denis Bardadym * MIT Licensed */ var Formatter = require('should-format').Formatter; var config = { checkProtoEql: false, getFormatter: function(opts) { return new Formatter(opts || config); } }; module.exports = config;