xtermjs / xterm-addon-ligatures

An xterm.js addon that provides font ligature support
MIT License
14 stars 4 forks source link

Fix typings test on Windows #8

Closed princjef closed 6 years ago

princjef commented 6 years ago

tsc needs to be invoked as tsc.cmd on Windows. Otherwise, there are failures as noted in https://github.com/xtermjs/xterm-addon-ligatures/pull/7#issuecomment-411941931.

Also noticed the integration tests were slipping into the coverage so pulled that out too.

Tyriar commented 6 years ago

Good to know CI is working 😄 I turned it on for PRs and required it to pass for merging.