Format all files with prettier

This commit is contained in:
Andy Balaam
2022-12-15 11:52:12 +00:00
parent 040344eeab
commit 0faac52dae
67 changed files with 1758 additions and 1791 deletions
+2 -2
View File
@@ -45,13 +45,13 @@ describe("App launch", () => {
args,
recordVideo: {
dir: artifactsPath,
}
},
});
window = await app.firstWindow();
}, 30000);
afterAll(async () => {
await app?.close().catch(e => {
await app?.close().catch((e) => {
console.error(e);
});
fs.rmSync(tmpDir, { recursive: true });