humflelump / async-selector-kit

An opinionated API to simplify using async-selector
6 stars 2 forks source link

Unit test #47

Open jarnovanrhijn opened 2 years ago

jarnovanrhijn commented 2 years ago

Hi, first off! Thanks for all the hard work giving us these async utilities!!

I have a question regarding testing.

how would you unit test async selectors in let’s say a react component. Normally with selectors everything is synchronous so the data is present but when using an async selector the data set is always empty! Do you have an example on how you would write a test?

thanks again 😁

github-actions[bot] commented 2 years ago

Thanks for reporting an issue! Welcome to Async Selector Kit!