Skip to content

Instantly share code, notes, and snippets.

@kanerogers
Created May 31, 2016 05:47
Show Gist options
  • Save kanerogers/6869aa0a92cea5d559f034bf1734dacd to your computer and use it in GitHub Desktop.
Save kanerogers/6869aa0a92cea5d559f034bf1734dacd to your computer and use it in GitHub Desktop.
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