jumpsuit / jumpstate

Jumpstate is a simple and powerful state management utility for Redux.
MIT License
425 stars 22 forks source link

any idea for testing? #37

Open thg303 opened 7 years ago

thg303 commented 7 years ago

I was looking for any best-practices / advices to test my app using jest.

Betree commented 7 years ago

Same question here. Using enzyme I would usually pass down a spy as dispatch function to ensure a component properly dispatch actions.

How can we test something like that with with Jumpstate ?