feat(system-info): include disk usage in health output

This commit is contained in:
William Valentin
2026-02-18 18:04:35 -08:00
parent cdba111831
commit 9de52b7d93
3 changed files with 43 additions and 0 deletions
+1
View File
@@ -42,6 +42,7 @@ describe('system.info tool', () => {
'Node.js:',
'Uptime:',
'Memory Total:',
'Disk',
];
for (const field of expectedFields) {