1
0
Fork 0
mirror of https://github.com/dorny/test-reporter.git synced 2026-02-04 05:27:55 +01:00

remove blank line

This commit is contained in:
George Young 2025-11-18 17:11:14 +13:00
parent 08646e4d97
commit 2188a753e4

View file

@ -272,7 +272,6 @@ class TestReporter {
return new JestJunitParser(options)
case 'karma-junit':
return new KarmaJunitParser(options)
case 'mocha-json':
return new MochaJsonParser(options)
case 'python-xunit':