[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
@@ -546,7 +546,7 @@ describe("Portal: Basic use and DOM placement", () => {
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);
});