Back to Sinon

spyCall.notCalledWithMatch

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

22.1.0313 B
Original Source

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

Returns true, when the spyt call did not receive matching arguments. This behaves the same as spyCall.notCalledWith(sinon.match(arg1), sinon.match(arg2), ...).

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