apply prettier on gigantic find and replace (#7604)

This commit is contained in:
Joffrey JAFFEUX
2019-05-27 10:42:53 +02:00
committed by GitHub
parent 373b8a2139
commit d93f753b17
74 changed files with 336 additions and 1024 deletions

View File

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