mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 08:51:05 +08:00
apply prettier on gigantic find and replace (#7604)
This commit is contained in:
@ -27,20 +27,10 @@ componentTest("updating the content refreshes the list", {
|
||||
},
|
||||
|
||||
async test(assert) {
|
||||
assert.equal(
|
||||
this.subject
|
||||
.header()
|
||||
.name(),
|
||||
"pinned"
|
||||
);
|
||||
assert.equal(this.subject.header().name(), "pinned");
|
||||
|
||||
await this.set("pinned", false);
|
||||
|
||||
assert.equal(
|
||||
this.subject
|
||||
.header()
|
||||
.name(),
|
||||
"unpinned"
|
||||
);
|
||||
assert.equal(this.subject.header().name(), "unpinned");
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user