feat(system-info): improve human-readable snapshot formatting
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user