tests: Remove unused .css = noop.

The front end tests pass without these removed lines. There are a few
such lines that are still necessary.
This commit is contained in:
Daniel Krol
2025-04-10 15:18:14 -04:00
committed by Tim Abbott
parent 975f86581f
commit 12d36ebfee
4 changed files with 0 additions and 9 deletions

View File

@@ -153,8 +153,6 @@ function set_page_params_no_edit_restrictions({override}) {
function test(label, f) {
run_test(label, (helpers) => {
// Stubs for calculate_timestamp_widths()
$("<div>").css = noop;
$(":root").css = noop;
$("<div>").width = noop;
$("<div>").remove = noop;