Skip to content

Instantly share code, notes, and snippets.

@chrislaughlin
Created December 31, 2015 13:03
Show Gist options
  • Save chrislaughlin/d8f2d1198fd6ab6c4019 to your computer and use it in GitHub Desktop.
Save chrislaughlin/d8f2d1198fd6ab6c4019 to your computer and use it in GitHub Desktop.
import sinon from 'sinon';
import _ from 'lodash';
import expect from 'expect';
let eachStub = sinon.stub(_, 'each').returns(null);
expect(eachStub).calledOnce();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment