Browse Source

Clear escape item

Kevin Sawicki 8 years ago
parent
commit
0501a20fe6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      spec/api-touch-bar-spec.js

+ 1 - 0
spec/api-touch-bar-spec.js

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