From 7d414624760f38e7e9c316616f1adaab79d1f88f Mon Sep 17 00:00:00 2001 From: Hao-qi Wu Date: Mon, 4 Mar 2024 17:50:44 -0500 Subject: [PATCH] Refactor: replace progress canvas with text --- lib/reporters/html.js | 27 ++++----------------------- 1 file changed, 4 insertions(+), 23 deletions(-) diff --git a/lib/reporters/html.js b/lib/reporters/html.js index 357970a77e..54e8c27a56 100644 --- a/lib/reporters/html.js +++ b/lib/reporters/html.js @@ -10,7 +10,6 @@ var Base = require('./base'); var utils = require('../utils'); -var Progress = require('../browser/progress'); var escapeRe = require('escape-string-regexp'); var constants = require('../runner').constants; var EVENT_TEST_PASS = constants.EVENT_TEST_PASS; @@ -38,7 +37,7 @@ exports = module.exports = HTML; var statsTemplate = '