redux-async-queue icon indicating copy to clipboard operation
redux-async-queue copied to clipboard

How to write unit tests for async actions creators after applying this redux-async-queue middleware

Open Jekin6 opened this issue 8 years ago • 0 comments

How to write unit tests for async actions creators after applying this redux-async-queue middleware? I tried to apply this middleware to my project, it did resolve the problem of many async requests out of control elegantly, but I found unit tests became difficult to write. Could someone give me a hint??

Jekin6 avatar Sep 22 '16 09:09 Jekin6