Add unicode bidi isolates to i18n substitutions for strings

This commit is contained in:
Jamie Kyle 2024-02-28 16:42:43 -08:00 committed by GitHub
parent 06f4652b4f
commit 3050a314f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 345 additions and 6 deletions

View file

@ -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',