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
feat(exp): fail test when mock calls were expected but not received (#542)
Ensure test failure when some call were expected, but were not received.
e.g. we have a single mocked request, but the test does not generate any
call, the test should fail.
0 commit comments