feat(system-info): improve human-readable snapshot formatting

This commit is contained in:
William Valentin
2026-02-18 18:06:46 -08:00
parent 9de52b7d93
commit b0ae5f638b
3 changed files with 78 additions and 27 deletions
+6 -5
View File
@@ -34,15 +34,16 @@ describe('system.info tool', () => {
const output = getOutput(result.output);
const expectedFields = [
'Date:',
'Time:',
'System Snapshot',
'Host',
'Resources',
'Storage',
'Time',
'Hostname:',
'Platform:',
'Architecture:',
'Node.js:',
'Uptime:',
'Memory Total:',
'Disk',
'Memory:',
];
for (const field of expectedFields) {