[CLEANUP] run prettier on some code

This commit is contained in:
Géry Debongnie
2019-09-04 22:48:37 +02:00
parent 3c23a7b246
commit fe46a6ccee
3 changed files with 6 additions and 8 deletions
+1 -3
View File
@@ -1395,9 +1395,7 @@ describe("composition", () => {
}
const parent = new Parent(env);
await parent.mount(fixture);
expect(fixture.innerHTML).toBe(
"<div><div><span>asdf</span><span>asdf</span></div></div>"
);
expect(fixture.innerHTML).toBe("<div><div><span>asdf</span><span>asdf</span></div></div>");
});
test("t-component with dynamic value", async () => {