Add unicode bidi isolates to i18n substitutions for strings
This commit is contained in:
parent
06f4652b4f
commit
3050a314f9
6 changed files with 345 additions and 6 deletions
|
@ -29,9 +29,11 @@ function launchElectron(attempt: number): string {
|
|||
cwd: ROOT_DIR,
|
||||
env: {
|
||||
...process.env,
|
||||
// Setting node_env to test triggers main.ts to load 'test/index.html' instead of
|
||||
// 'background.html', which loads the tests via `test.js`
|
||||
NODE_ENV: 'test',
|
||||
// Setting TEST_ELECTRON_SCRIPT to test triggers main.ts to load
|
||||
// 'test/index.html' instead of 'background.html', which loads the tests
|
||||
// via `test.js`
|
||||
TEST_ELECTRON_SCRIPT: 'on',
|
||||
TEST_QUIT_ON_COMPLETE: 'on',
|
||||
},
|
||||
encoding: 'utf8',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue