cli-table / cli-table3

Pretty unicode tables for the command line
MIT License
527 stars 44 forks source link

#196 - Fix failing test scripts #274

Closed speedytwenty closed 2 years ago

speedytwenty commented 2 years ago

This resolves #196.

The tests fail (at least for me and some others) because of the reasons described in #196. This update merely adds the --runInBand flag to the test "scripts".

speedytwenty commented 2 years ago

While the --runInBand flag does seem to prevent the tests from failing (when devDependencies are installed), I don't think it is the right solution—especially after attempting some irrelevant performance tests which seem heavily affected by the --runInBand flag. Please refer to #196 for further updates.