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

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