1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-28 00:06:53 +01:00
unleash.unleash/test/unit/routes/mocks/fake-client-instance-store.js

7 lines
95 B
JavaScript
Raw Normal View History

2016-11-10 22:05:50 +01:00
'use strict';
module.exports = {
2016-11-11 15:46:59 +01:00
reset: () => {},
2016-11-10 22:05:50 +01:00
insert: () => Promise.resolve(),
};