UNPKG

mongoose-data-seed

Version:

Seed mongodb with data using mongoose models

12 lines (9 loc) 186 B
import sinon from 'sinon'; import { store } from './mem-fs-editor'; export const fs = 'some fs'; export default { create: sinon .stub() .withArgs(store) .returns(fs), };