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?
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 😁