Format all files with prettier

This commit is contained in:
Andy Balaam
2022-12-15 11:00:58 +00:00
parent 040344eeab
commit 0faac52dae
67 changed files with 1760 additions and 1793 deletions

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 });