Created
December 31, 2015 13:03
-
-
Save chrislaughlin/d8f2d1198fd6ab6c4019 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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