Fix Prettier

This commit is contained in:
Penar Musaraj
2019-03-25 15:03:28 -04:00
parent fc81358714
commit e89cec7550

View File

@ -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"
);
});