Clear escape item
This commit is contained in:
parent
6eacec7dc3
commit
0501a20fe6
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ describe('TouchBar module', function () {
|
||||||
label.label = 'baz'
|
label.label = 'baz'
|
||||||
window.setTouchBar()
|
window.setTouchBar()
|
||||||
window.setTouchBar(new TouchBar([new TouchBarLabel({label: 'two'})]))
|
window.setTouchBar(new TouchBar([new TouchBarLabel({label: 'two'})]))
|
||||||
|
touchBar.setEscapeItem()
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue