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
Not sure how exactly to do this in typescript, but when ResolveType is void it should be legal to call mockResolveNext() (with no arguments). If ResolveType is notvoid, it should require an argument
The text was updated successfully, but these errors were encountered:
Not sure how exactly to do this in typescript, but when
ResolveType
isvoid
it should be legal to callmockResolveNext()
(with no arguments). IfResolveType
is notvoid
, it should require an argumentThe text was updated successfully, but these errors were encountered: