1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-01 00:08:27 +01:00
unleash.unleash/test/unit/routes/mocks/fake-metrics-store.js

6 lines
88 B
JavaScript
Raw Normal View History

2016-11-05 17:02:46 +01:00
'use strict';
module.exports = {
getMetricsLastHour: () => Promise.resolve([]),
};