module.exports = new Promise((resolve, reject) => { setTimeout(function() { resolve("

Zach

"); }, 100); });