mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-04 13:37:56 +01:00
Merge 2f651338c9 into a810f9bf83
This commit is contained in:
commit
638cbe9856
19 changed files with 12565 additions and 1 deletions
3
__tests__/fixtures/empty/karma-junit-empty-testsuite.xml
Normal file
3
__tests__/fixtures/empty/karma-junit-empty-testsuite.xml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<testsuite name="__tests__\main.test.js" errors="0" failures="0" skipped="0" timestamp="2020-10-27T21:39:41" time="0.486" tests="0">
|
||||
</testsuite>
|
||||
3
__tests__/fixtures/empty/karma-junit.xml
Normal file
3
__tests__/fixtures/empty/karma-junit.xml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<testsuites name="jest tests" tests="0" failures="0" errors="0" time="11.299">
|
||||
</testsuites>
|
||||
Loading…
Add table
Add a link
Reference in a new issue