Remove HtmlReporter, HtmlSpecFilter, and supporting internal code

This commit is contained in:
Steve Gravrock
2025-11-15 10:39:33 -08:00
parent 00b09a9a04
commit 8b3c4ce3b4
11 changed files with 2 additions and 2483 deletions

View File

@@ -118,10 +118,8 @@ describe('The jasmine namespace', function() {
if (includeHtml) {
// jasmine-html.js
result.add('HtmlReporter');
result.add('HtmlReporterV2');
result.add('HtmlReporterV2Urls');
result.add('HtmlSpecFilter');
result.add('QueryString');
}