'use strict';

module.exports = () => ({
    insert: () => Promise.resolve(),
    get: () => Promise.resolve(),
});