1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

chore: updated appx icons

This commit is contained in:
2021-11-28 16:28:54 +01:00
parent 8fe30d8b6d
commit 5267b37eaf
6 changed files with 3 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ const { _electron: electron } = require('playwright');
const { strict: assert } = require('assert');
(async () => {
console.log('Starting tests');
// Launch Electron app.
const electronApp = await electron.launch({ args: ['dist/main.js'] });
@@ -45,4 +46,5 @@ const { strict: assert } = require('assert');
// Close app
await electronApp.close();
console.log('Tests finished');
})();