mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 17:48:56 +01:00
check for input box options, fixes #7013
This commit is contained in:
@@ -146,4 +146,10 @@ suite('window namespace tests', () => {
|
||||
subscription.dispose();
|
||||
}).then(passOncePlease, failOncePlease);
|
||||
});
|
||||
|
||||
test('#7013 - input without options', function () {
|
||||
|
||||
let p = window.showInputBox();
|
||||
assert.ok(typeof p === 'object');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user