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

Expected the mock to not have last returned:
  <green>2</resetColor>
But it last returned:
  <red>2</resetColor>
