manaflair / redux-batch

Enhance your Redux store to support batched actions
171 stars 12 forks source link

Add tests #6

Open arcanis opened 7 years ago

arcanis commented 7 years ago

Because of reentrance & whatnot, the code flow might be a bit hard to follow sometimes, and I would feel more confident if we had tests to validate that the behaviour doesn't break (or at least, that it breaks because bugs are being fixed).

A few things to test:

I still have to think about a good reentrant test.