Back to Sinon

spy.calledImmediatelyAfter

docs/concepts/spies/api/called-immediately-after.md

22.1.0560 B
Original Source

spy.calledImmediatelyAfter

Returns true, when the fake, spy or stub was called after another, and no calls occurred between them.

<<< ../../../.vitepress/tests/docs/spies/api/called-immediately-after.test.js

Resetting calledImmediatelyAfter to default

You can reset calledImmediatelyAfter in three different ways: