Skip to content

Commit 64b6366

Browse files
committed
fix: try to solve launchind on linux
1 parent e8fbf28 commit 64b6366

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: tests/e2e.spec.ts

+3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ const test = base.extend<TestFixtures>({
3232

3333
const electronApp = await electron.launch({
3434
executablePath: executablePath,
35+
env: {
36+
NODE_ENV: 'development'
37+
}
3538
});
3639

3740
electronApp.on('console', (msg) => {

0 commit comments

Comments
 (0)