HtmlReporterV2 doesn't need specStarted

This commit is contained in:
Steve Gravrock
2025-10-08 22:21:53 -07:00
parent a457cf1b81
commit c042665d9c
3 changed files with 0 additions and 19 deletions

View File

@@ -85,8 +85,6 @@ jasmineRequire.HtmlReporterV2 = function(j$) {
}
}
specStarted() {}
specDone(result) {
this.#stateBuilder.specDone(result);
this.#symbols.append(result, this.#config);