Back to Sinon

spyCall.notCalledWith

docs/concepts/spy-call/api/not-called-with.md

22.1.0187 B
Original Source

spyCall.notCalledWith(arg1, arg2, ...);

Returns true, when the spy call did not receive provided arguments.

<<< ../../../.vitepress/tests/docs/spy-call/api/not-called-with.test.js