Back to Sinon

spy.calledBefore

docs/concepts/spies/api/called-before.md

22.1.0486 B
Original Source

spy.calledBefore

Returns true, when the fake, spy or stub was called before another, otherwise returns false.

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

Resetting calledBefore to default

You can reset calledBefore in three different ways: