Merge remote-tracking branch 'origin/master' into macos-open-save-panel
This commit is contained in:
commit
f7f4de36af
17 changed files with 317 additions and 353 deletions
|
@ -71,6 +71,10 @@ describe('dialog module', () => {
|
|||
assert.throws(() => {
|
||||
dialog.showMessageBox({detail: 3.14})
|
||||
}, /Detail must be a string/)
|
||||
|
||||
assert.throws(() => {
|
||||
dialog.showMessageBox({checkboxLabel: false})
|
||||
}, /checkboxLabel must be a string/)
|
||||
})
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue