mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Merge branch 'master' of https://github.com/Microsoft/vscode
This commit is contained in:
@@ -311,7 +311,7 @@ suite('window namespace tests', () => {
|
||||
});
|
||||
|
||||
test('createTerminal, Terminal.name', () => {
|
||||
var terminal = window.createTerminal('foo');
|
||||
const terminal = window.createTerminal('foo');
|
||||
assert.equal(terminal.name, 'foo');
|
||||
|
||||
assert.throws(() => {
|
||||
|
||||
Reference in New Issue
Block a user