lukeed/uvu

Feature request: Line up test results

peterbe opened this issue · 1 comments

Here's what one suite output looks like
Screen Shot 2022-03-14 at 9 25 27 AM

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.

Screen Shot 2022-03-14 at 9 41 06 AM

I used width = Math.min(80, process.stdout.columns)