peterbe opened this issue 3 years ago · 1 comments
Here's what one suite output looks like
I find it a "noisy" with all the "(5 / 5)" and "(10 / 10)" I wonder, if they were all right-aligned on the right, it probably would feel more organized on the eyes.
I butchered something up in node_modules/uvu/dist/index.mjs and it becomes this.
node_modules/uvu/dist/index.mjs
I used width = Math.min(80, process.stdout.columns)
width = Math.min(80, process.stdout.columns)