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':