test for null accelerator too

This commit is contained in:
Zeke Sikelianos 2016-03-17 16:14:31 -07:00
parent 87395cdef8
commit e9ba5abe03

View file

@ -38,6 +38,10 @@ describe('menu module', function() {
{ {
label: 'text', label: 'text',
accelerator: undefined accelerator: undefined
},
{
label: 'text again',
accelerator: null
} }
]); ]);
}); });