Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Aug 19, 2017
1 parent fa015d9 commit f520e27
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fixtures/typings-test/typings-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f520e27

Please sign in to comment.