[REF] run prettier

This commit is contained in:
Samuel Degueldre
2021-12-02 13:13:23 +01:00
committed by Géry Debongnie
parent 307b936d01
commit 150d620b8e
6 changed files with 21 additions and 14 deletions
+2 -1
View File
@@ -546,7 +546,8 @@ 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);
});