зеркало из https://github.com/electron/electron.git
test: fix nativeTheme test when system in dark mode (#36943)
This commit is contained in:
Родитель
5ce8dfdcb5
Коммит
885c1878d4
|
@ -36,6 +36,7 @@ describe('nativeTheme module', () => {
|
|||
});
|
||||
|
||||
it('should emit the "updated" event when it is set and the resulting "shouldUseDarkColors" value changes', async () => {
|
||||
nativeTheme.themeSource = 'light';
|
||||
let updatedEmitted = emittedOnce(nativeTheme, 'updated');
|
||||
nativeTheme.themeSource = 'dark';
|
||||
await updatedEmitted;
|
||||
|
|
Загрузка…
Ссылка в новой задаче