this is aids

This commit is contained in:
Core 2022-02-01 10:30:51 +00:00
parent a273570f29
commit ee589d7975
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6

View file

@ -10,7 +10,7 @@ test("Launch electron app", async () => {
console.log(aa)
console.log(__dirname)
const electronApp = await electron.launch({ args: [join(__dirname, "../main")] });
const electronApp = await electron.launch({ args: [join(__dirname, "../../build/index.js")] });
const appPath = await electronApp.evaluate(async ({ app }) => {
// This runs in the main Electron process, parameter here is always