this wont work
This commit is contained in:
parent
bf8a326509
commit
4bc766feb1
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ test("Launch electron app", async () => {
|
|||
|
||||
console.log(fs.readdirSync(paths.main))
|
||||
|
||||
const electronApp = await electron.launch({ args: [paths.mainBuild] });
|
||||
const electronApp = await electron.launch({ args: ['main.js'] });
|
||||
|
||||
const appPath = await electronApp.evaluate(async ({ app }) => {
|
||||
// This runs in the main Electron process, parameter here is always
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue