ngxs / store

🚀 NGXS - State Management for Angular
http://ngxs.io
MIT License
3.54k stars 405 forks source link

Documentation for unit testing Actions #833

Closed mohan-m-u closed 5 years ago

mohan-m-u commented 5 years ago

I am having some issues with testing an Action which makes a API request and on success it dispatch an action which transform that response into a particular format .Is there any way to test API Action using Jest and check if the store is mutating based on API response.

splincode commented 5 years ago

This problem is now considered here: ngxs-labs/ngxs-testing#2

splincode commented 5 years ago

Released in 3.5.0