test for null accelerator too
This commit is contained in:
parent
87395cdef8
commit
e9ba5abe03
1 changed files with 4 additions and 0 deletions
|
@ -38,6 +38,10 @@ describe('menu module', function() {
|
||||||
{
|
{
|
||||||
label: 'text',
|
label: 'text',
|
||||||
accelerator: undefined
|
accelerator: undefined
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'text again',
|
||||||
|
accelerator: null
|
||||||
}
|
}
|
||||||
]);
|
]);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue