Some custom matchers like `@testing-library/jest-dom` use `this.utils.diff` for the output. In Jest the order of arguments in that util is "expected", then "received", so we're fixing the order of those arguments here to match Jest's implementation.
import.meta.vitest