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