mirror of
https://github.com/electron/electron.git
synced 2026-02-04 04:05:36 -05:00
remove async:true from menu tests
This commit is contained in:
committed by
Cheng Zhao
parent
ef7357dedc
commit
5bf16c2495
@@ -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()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user