mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 04:36:23 +00:00
Don't run 'test' in the terminal integration test
This commit is contained in:
@@ -367,6 +367,6 @@ suite('window namespace tests', () => {
|
||||
done();
|
||||
}
|
||||
});
|
||||
terminal.sendText('test');
|
||||
terminal.sendText('test', false);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user