diff --git a/test/reporters/tests/__snapshots__/reporters.spec.ts.snap b/test/reporters/tests/__snapshots__/reporters.spec.ts.snap index e80a046f6aa5..bb65ce023b30 100644 --- a/test/reporters/tests/__snapshots__/reporters.spec.ts.snap +++ b/test/reporters/tests/__snapshots__/reporters.spec.ts.snap @@ -2,72 +2,14 @@ exports[`JUnit reporter (no outputFile entry) 1`] = ` " - - - - -AssertionError: expected 2.23606797749979 to equal 2 - ❯ test/core/test/basic.test.ts:8:32 - - - - - - - - - - - - - - - - - -[33merror[39m - - - - - - + " `; exports[`JUnit reporter 1`] = ` " - - - - -AssertionError: expected 2.23606797749979 to equal 2 - ❯ test/core/test/basic.test.ts:8:32 - - - - - - - - - - - - - - - - - -[33merror[39m - - - - - - + " `; @@ -79,36 +21,7 @@ exports[`JUnit reporter with outputFile 1`] = ` exports[`JUnit reporter with outputFile 2`] = ` " - - - - -AssertionError: expected 2.23606797749979 to equal 2 - ❯ test/core/test/basic.test.ts:8:32 - - - - - - - - - - - - - - - - - -[33merror[39m - - - - - - + " `; @@ -120,36 +33,7 @@ exports[`JUnit reporter with outputFile in non-existing directory 1`] = ` exports[`JUnit reporter with outputFile in non-existing directory 2`] = ` " - - - - -AssertionError: expected 2.23606797749979 to equal 2 - ❯ test/core/test/basic.test.ts:8:32 - - - - - - - - - - - - - - - - - -[33merror[39m - - - - - - + " `; @@ -161,36 +45,7 @@ exports[`JUnit reporter with outputFile object 1`] = ` exports[`JUnit reporter with outputFile object 2`] = ` " - - - - -AssertionError: expected 2.23606797749979 to equal 2 - ❯ test/core/test/basic.test.ts:8:32 - - - - - - - - - - - - - - - - - -[33merror[39m - - - - - - + " `; @@ -202,57 +57,7 @@ exports[`JUnit reporter with outputFile object in non-existing directory 1`] = ` exports[`JUnit reporter with outputFile object in non-existing directory 2`] = ` " - - - - -AssertionError: expected 2.23606797749979 to equal 2 - ❯ test/core/test/basic.test.ts:8:32 - - - - - - - - - - - - - - - - - -[33merror[39m - - - - - - - -" -`; - -exports[`JUnit reporter with outputFile with XML in error message 1`] = ` -"JUNIT report written to /report_escape_msg_xml.xml -" -`; - -exports[`JUnit reporter with outputFile with XML in error message 2`] = ` -" - - - - -AssertionError: error message that has XML in it <tag> - ❯ test/core/test/basic.test.ts:8:32 - ❯ test/core/test/<bracket-name>.ts:3:11 - - - + " `;