Back to Sinon

spy.alwaysCalledWithExactly

docs/concepts/spies/api/always-called-with-exactly.md

22.1.0531 B
Original Source

spy.alwaysCalledWithExactly

Returns true, when the fake, spy or stub was always called with the exact provided arguments.

<<< ../../../.vitepress/tests/docs/spies/api/always-called-with-exactly.test.js

Resetting alwaysCalledWithExactly to default

You can reset alwaysCalledWithExactly in three different ways: