module.exports = () => { return { initialize(cb) { cb(); }, }; };