du: exclude option

This commit is contained in:
Girish Ramakrishnan
2022-10-11 23:14:50 +02:00
parent 656f3fcc13
commit 3c963329e9
3 changed files with 6 additions and 4 deletions

View File

@@ -19,6 +19,5 @@ describe('docker', function () {
it('can df', async function () {
const output = await docker.df();
expect(output).to.be.ok();
console.log(output);
});
});