mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 08:16:00 +08:00
Fix Prettier
This commit is contained in:
@ -26,5 +26,9 @@ QUnit.test("search", async assert => {
|
||||
"posts",
|
||||
"it does not reset input when hitting search icon again"
|
||||
);
|
||||
assert.equal($(document).scrollTop(), 0, "it scrolls back to top of document");
|
||||
assert.equal(
|
||||
$(document).scrollTop(),
|
||||
0,
|
||||
"it scrolls back to top of document"
|
||||
);
|
||||
});
|
||||
|
Reference in New Issue
Block a user