mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-15 22:07:09 +01:00
This fixes an issue with mocha-junit-reporter returning empty root-level testsuite elements.
5 lines
No EOL
281 B
XML
5 lines
No EOL
281 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<testsuites name="jest tests" tests="0" failures="0" errors="0" time="11.299">
|
|
<testsuite name="__tests__\main.test.js" errors="0" failures="0" skipped="0" timestamp="2020-10-27T21:39:41" time="0.486" tests="0">
|
|
</testsuite>
|
|
</testsuites> |