remove async:true from menu tests

This commit is contained in:
Heilig Benedek 2017-12-04 08:14:30 +01:00 committed by Cheng Zhao
parent ef7357dedc
commit 5bf16c2495

View file

@ -348,7 +348,7 @@ describe('Menu module', () => {
})
it('emits closed event', (done) => {
menu.popup(w, {x: 100, y: 100, async: true})
menu.popup(w, {x: 100, y: 100})
menu.on('closed', () => {
done()
})