diff --git a/github-electron/github-electron-main-tests.ts b/github-electron/github-electron-main-tests.ts index cf0bee0ec..1d672cc25 100644 --- a/github-electron/github-electron-main-tests.ts +++ b/github-electron/github-electron-main-tests.ts @@ -111,6 +111,9 @@ app.on('ready', () => { mainWindow.webContents.printToPDF({}, (err, data) => {}); }); +// Locale +app.getLocale(); + // Desktop environment integration // https://github.com/atom/electron/blob/master/docs/tutorial/desktop-environment-integration.md