You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using expectSaga is there a way to return early if all expectations have been met without waiting for the timeout?
Maybe it would be nice if there was a dontWait option or something to improve performance of passing tests. Is it just not implemented or would adding something like that be a bad idea?
The text was updated successfully, but these errors were encountered:
When using
expectSaga
is there a way to return early if all expectations have been met without waiting for the timeout?Maybe it would be nice if there was a
dontWait
option or something to improve performance of passing tests. Is it just not implemented or would adding something like that be a bad idea?The text was updated successfully, but these errors were encountered: