mock matchers › failing output › expect.mock.nthReturnedWith different value
<dim>expect.mock(</resetDimAndBold><red>mock</resetColor><dim>).nthReturnedWith(</resetDimAndBold><green>expected</resetColor><dim>)</resetDimAndBold> <dim>/* using == */</resetDimAndBold>

Expected the second call to the mock function to have returned:
  <green>3</resetColor>
But the call returned:
  <red>2</resetColor>
