1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-06 00:07:44 +01:00
unleash.unleash/test/unit/routes/mocks/fake-metrics-store.js
2016-11-13 15:59:35 +01:00

7 lines
133 B
JavaScript

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