UNPKG

mongoose-data-seed

Version:

Seed mongodb with data using mongoose models

8 lines (5 loc) 123 B
import sinon from 'sinon'; export const store = 'some-store'; export default { create: sinon.stub().returns(store), };