Fix position of duration in both HTML reporters

This commit is contained in:
Steve Gravrock
2025-10-18 09:58:55 -07:00
parent ea882c2f1e
commit 54ac39a192
7 changed files with 68 additions and 42 deletions

View File

@@ -13,10 +13,6 @@ jasmineRequire.AlertsView = function(j$) {
this.rootEl = createDom('div', { className: 'jasmine-alert' });
}
addDuration(ms) {
this.#createAndAdd('jasmine-duration', 'finished in ' + ms / 1000 + 's');
}
addSkipped(numExecuted, numDefined) {
this.#createAndAdd(
'jasmine-bar jasmine-skipped',