[CLEANUP] run prettier on codebase

This commit is contained in:
Géry Debongnie
2021-09-22 16:29:59 +02:00
parent 97564a7612
commit 3f563de9c0
3 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -265,7 +265,7 @@ describe("class and style attributes with t-component", () => {
error = e;
}
expect(error).toBeDefined();
const regexp = /Cannot read properties of undefined \(reading 'crash'\)|Cannot read property 'crash' of undefined/g
const regexp = /Cannot read properties of undefined \(reading 'crash'\)|Cannot read property 'crash' of undefined/g;
expect(error.message).toMatch(regexp);
expect(fixture.innerHTML).toBe("");
});