system: add tests for fs usage route

This commit is contained in:
Girish Ramakrishnan
2025-07-17 01:16:24 +02:00
parent aa0c186c8c
commit 8bf8c278f0
9 changed files with 94 additions and 50 deletions

View File

@@ -22,7 +22,7 @@ describe('docker', function () {
after(cleanup);
it('can df', async function () {
const output = await docker.df();
const output = await docker.df({});
expect(output).to.be.ok();
});