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