diff --git a/test/reporters/tests/__snapshots__/html.test.ts.snap b/test/reporters/tests/__snapshots__/html.test.ts.snap index c16b0a2c72ee..73205e40c108 100644 --- a/test/reporters/tests/__snapshots__/html.test.ts.snap +++ b/test/reporters/tests/__snapshots__/html.test.ts.snap @@ -46,8 +46,8 @@ exports[`html reporter > resolves to "failing" status for test file "json-fail" "diff": " - Expected - 1 + Received + 1 - - 1 - + 2", + - 2 + + 1", "expected": "1", "message": "expected 2 to deeply equal 1", "name": "AssertionError", @@ -66,8 +66,8 @@ exports[`html reporter > resolves to "failing" status for test file "json-fail" "diff": " - Expected - 1 + Received + 1 - - 1 - + 2", + - 2 + + 1", "expected": "1", "message": "expected 2 to deeply equal 1", "name": "AssertionError",