Support running test-electron manually
This commit is contained in:
parent
3fa911598b
commit
9f15f26828
2 changed files with 5 additions and 0 deletions
|
@ -19,6 +19,7 @@ const stdout = execFileSync(ELECTRON, [ROOT_DIR], {
|
|||
env: {
|
||||
...process.env,
|
||||
NODE_ENV: 'test',
|
||||
TEST_QUIT_ON_COMPLETE: 'on',
|
||||
},
|
||||
encoding: 'utf8',
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue