I have search composable with query text field and...
# compose
m
I have search composable with query text field and results. query is debounced by 400 milliseconds before fetching results but how to test this? query changes and test finishes before
debounce
is done.
j
It might help if you play with the
mainClock
. Search for it in this channel to see examples.
m
thank you