Clear escape item

This commit is contained in:
Kevin Sawicki 2017-03-29 12:48:58 -07:00
parent 6eacec7dc3
commit 0501a20fe6

View file

@ -62,6 +62,7 @@ describe('TouchBar module', function () {
label.label = 'baz'
window.setTouchBar()
window.setTouchBar(new TouchBar([new TouchBarLabel({label: 'two'})]))
touchBar.setEscapeItem()
})
})
})