test: disable security warnings in main runner (#19283)
This commit is contained in:
parent
355b307618
commit
b5f69e0b9f
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ process.on('uncaughtException', (err) => {
|
||||||
|
|
||||||
// Tell ts-node which tsconfig to use
|
// Tell ts-node which tsconfig to use
|
||||||
process.env.TS_NODE_PROJECT = path.resolve(__dirname, '../tsconfig.spec.json')
|
process.env.TS_NODE_PROJECT = path.resolve(__dirname, '../tsconfig.spec.json')
|
||||||
|
process.env.ELECTRON_DISABLE_SECURITY_WARNINGS = 'true'
|
||||||
|
|
||||||
const { app, protocol } = require('electron')
|
const { app, protocol } = require('electron')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue