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-client-instance-store.js
2016-11-11 15:46:59 +01:00

7 lines
95 B
JavaScript

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