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) => {
|
it('emits closed event', (done) => {
|
||||||
menu.popup(w, {x: 100, y: 100, async: true})
|
menu.popup(w, {x: 100, y: 100})
|
||||||
menu.on('closed', () => {
|
menu.on('closed', () => {
|
||||||
done()
|
done()
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue