function noop() {} module.exports = { starting: noop, tryConnect: noop, connected: noop, timeout: noop, error: noop };