mock matchers › failing output › expect.mock.not.lastCalledWith custom equals
<dim>expect.mock(</resetDimAndBold><red>mock</resetColor><dim>).</resetDimAndBold>not<dim>.lastCalledWith(</resetDimAndBold><green>expected</resetColor><dim>)</resetDimAndBold>

Expected the mock not to have been last called with:
  <green>1.99</resetColor>
But it was called with arguments equal to:
  <red>1.99</resetColor>
