Fix tests

This commit is contained in:
Daniel Imms
2017-08-19 13:32:03 -07:00
parent fa015d91fe
commit f520e27f40
+3 -1
View File
@@ -145,7 +145,9 @@ namespace methods_core {
}
{
const t: Terminal = new Terminal();
t.setOption('cursorStyle', 'foo');
t.setOption('cursorStyle', 'bar');
t.setOption('cursorStyle', 'block');
t.setOption('cursorStyle', 'underline');
t.setOption('termName', 'foo');
t.setOption('cancelEvents', true);
t.setOption('convertEol', true);