mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 23:24:10 +08:00
eslint 😲 🔫
This commit is contained in:
@ -122,7 +122,7 @@ QUnit.test("showSelectedPostsAtBottom", function(assert) {
|
|||||||
const model = Topic.create({ posts_count: 3 });
|
const model = Topic.create({ posts_count: 3 });
|
||||||
const controller = this.subject({ model, site });
|
const controller = this.subject({ model, site });
|
||||||
|
|
||||||
assert.not(controller.get("showSelectedPostsAtBottom"), "false on desktop")
|
assert.not(controller.get("showSelectedPostsAtBottom"), "false on desktop");
|
||||||
|
|
||||||
site.set("mobileView", true);
|
site.set("mobileView", true);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user