apexcharts / apexcharts.js

📊 Interactive JavaScript Charts built on SVG
https://apexcharts.com
MIT License
14.03k stars 1.28k forks source link

fix: prevent issues with tests running in non-TTY environments #4510

Closed Sebastian-Webster closed 3 weeks ago

Sebastian-Webster commented 3 weeks ago

Prevented issues with tests running in non-TTY environments

This was done by adding a check to see if Node is running in a TTY environment. If it isn't in a TTY environment, logs are made with console.log instead of process.stdout.write() and process.stdout.clearLine().

Type of change

Checklist: