This commit is contained in:
Core 2022-02-01 12:35:38 +00:00
parent fdf2b84178
commit 566e5f2b5d
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6

View file

@ -9,6 +9,8 @@ test("Launch electron app", async () => {
"mainBuild": resolve(__dirname, "../../build/"),
"main": resolve(__dirname, "../main"),
"root": resolve(__dirname, "../../"),
"cwd": __dirname,
"processcwd": process.cwd()
}
console.log(paths)