0
Q:

sinon expect to match object

expect(fnStub).to.have.been.calledWith(sinon.match({
  foo: 'foo',
  bar: 'bar'
}));
0

New to Communities?

Join the community