UNPKG

flipr

Version:

Feature flipping and configuration using yaml files, etcd, or other flipr sources

14 lines (12 loc) 177 B
function mockSource(values) { return { async getConfig() { return { someKey: { values, } } } } } module.exports = mockSource;