Advertisement
Guest User

Untitled

a guest
May 31st, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. it('maps dispatch to props correctly', () => {
  2. const DISPATCH_SPY = sinon.spy();
  3.  
  4. //
  5. const props = mapDispatchToProps(DISPATCH_SPY);
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement