mock matchers › failing output › expect.mock.not.lastCalledWith single call
<dim>expect.mock(</resetDimAndBold><red>mock</resetColor><dim>).</resetDimAndBold>not<dim>.lastCalledWith(</resetDimAndBold><green>expected</resetColor><dim>)</resetDimAndBold> <dim>/* using == */</resetDimAndBold>

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