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