test-reporter/__tests__/__snapshots__
John Bartholomew fe8fe90f0e Report jest-junit testsuite errors as failures
Test errors are different (represented differently in the JUnit XML
output from jest-junit) to test _failures_. Failures are tests
which ran and failed, errors are for tests/test suites which
did not even run because the test code itself didn't build
or didn't execute correctly.

jest-junit has an option to enable reporting of test suite errors,
but test-reporter then interprets these as successful tests.
2021-12-22 19:48:27 +00:00
..
dart-json.test.ts.snap Improve test error messages from flutter 2021-03-31 21:25:54 +02:00
dotnet-trx.test.ts.snap Fix dotnet-trx parser failing on passed tests with non-empty error info 2021-04-20 21:38:55 +02:00
java-junit.test.ts.snap Add support for java-junit 2021-03-07 22:06:12 +01:00
jest-junit.test.ts.snap Report jest-junit testsuite errors as failures 2021-12-22 19:48:27 +00:00
mocha-json.test.ts.snap Add mocha-json external test fixtures 2021-04-19 23:19:19 +02:00