mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
test for null accelerator too
This commit is contained in:
@@ -38,6 +38,10 @@ describe('menu module', function() {
|
||||
{
|
||||
label: 'text',
|
||||
accelerator: undefined
|
||||
},
|
||||
{
|
||||
label: 'text again',
|
||||
accelerator: null
|
||||
}
|
||||
]);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user