Upgrade Electron to 28.1.5
Co-authored-by: Fedor Indutny <238531+indutny@users.noreply.github.com>
This commit is contained in:
parent
d97aa68716
commit
2bc0e4755c
24 changed files with 421 additions and 296 deletions
|
@ -50,6 +50,8 @@ global.WebSocket = {};
|
|||
/* eslint max-classes-per-file: ["error", 2] */
|
||||
global.AudioContext = class {};
|
||||
global.Audio = class {
|
||||
// eslint-disable-next-line @typescript-eslint/no-empty-function
|
||||
pause() {}
|
||||
// eslint-disable-next-line @typescript-eslint/no-empty-function
|
||||
addEventListener() {}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue