remove async:true from menu tests
This commit is contained in:
parent
ef7357dedc
commit
5bf16c2495
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue