1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-06 00:07:44 +01:00
unleash.unleash/test/fixtures/fake-client-applications-store.js

7 lines
130 B
JavaScript

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