This commit is contained in:
Joel Day
2016-12-20 14:35:38 -08:00
824 changed files with 10395 additions and 6593 deletions

View File

@@ -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(() => {