'use strict'; module.exports = { reset: () => {}, getMetricsLastHour: () => Promise.resolve([]), insert: () => Promise.resolve(), };