mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user