pawap90/scrollable-cli

Tests failing on CI pipeline

Closed this issue · 0 comments

The CI pipeline is currently failing with the error TypeError: process.stdout.cursorTo is not a function

The stdout methods should probably be mocked to avoid depending on TTY to run.

Plus, when ran locally, the logs generated by the package are getting mixed up with mocha logs, so mocking should also help with that:

image