Created
May 31, 2016 05:47
-
-
Save kanerogers/6869aa0a92cea5d559f034bf1734dacd 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
it('maps dispatch to props correctly', () => { | |
const DISPATCH_SPY = sinon.spy(); | |
// | |
const props = mapDispatchToProps(DISPATCH_SPY); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment