Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit 0a0d8fd

Browse files
committed
Add test case #162
1 parent 61f100a commit 0a0d8fd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

test/test-0.10.0.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,12 @@ describe('SSL test #159', (report, done) => {
132132
done()
133133
})
134134
})
135+
136+
describe('#162 get free disk space', (report, done) => {
137+
138+
fs.df().then((stat) => {
139+
console.log(stat);
140+
done();
141+
})
142+
143+
})

0 commit comments

Comments
 (0)