mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 17:48:56 +01:00
Get rid of IEventService in favour of real events (#17515)
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