describe('label', () => {
        it('is a label', () => {
          equal(label(menu, 1).type, 'label')
        })