fix: running tests with release build (#31092)

This commit is contained in:
Milan Burda 2021-09-27 16:58:03 +02:00 committed by GitHub
parent c377fe4ba6
commit 98ac0ca52a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 16 additions and 28 deletions

View file

@ -123,7 +123,7 @@ declare namespace Electron {
insertSeparator(index: number): void;
insertSubMenu(index: number, commandId: number, label: string, submenu?: Menu): void;
delegate?: any;
getAcceleratorTextAt(index: number): string;
_getAcceleratorTextAt(index: number): string;
}
interface MenuItem {