[FIX] test: run prettier

This commit is contained in:
Géry Debongnie
2022-06-28 15:22:46 +02:00
committed by aab-odoo
parent 4ca37be7f3
commit b9ba0abf41
+1 -1
View File
@@ -1097,7 +1097,7 @@ describe("t-out in components", () => {
await nextTick();
expect(fixture.innerHTML).toBe("");
comp.state.a = "hello"
comp.state.a = "hello";
await nextTick();
expect(fixture.innerHTML).toBe("hello");