UNPKG

mongoose-data-seed

Version:

Seed mongodb with data using mongoose models

10 lines (6 loc) 137 B
import sinon from 'sinon'; export default class Subject { next = sinon.stub(); complete = sinon.stub(); error = sinon.stub(); }