mock matchers › failing output › expect.mock.toBeCalledWith multiple other calls
<dim>expect.mock(</resetDimAndBold><red>mock</resetColor><dim>).toBeCalledWith(</resetDimAndBold><green>expected</resetColor><dim>)</resetDimAndBold> <dim>/* using == */</resetDimAndBold>

Expected the mock to have been called with:
  <green>4</resetColor>
But it was called with:
  <red>3</resetColor>, <red>1</resetColor>, <red>2</resetColor>
