lukeed / uvu

uvu is an extremely fast and lightweight test runner for Node.js and the browser
MIT License
2.97k stars 100 forks source link

Feature request: Line up test results #198

Open peterbe opened 2 years ago

peterbe commented 2 years ago

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.

peterbe commented 2 years ago

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)