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

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