We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Stats.blksize
1 parent cf635bf commit e6e7730Copy full SHA for e6e7730
test/utils/is-stats.js
@@ -14,7 +14,6 @@ function isStats (stats) {
14
expect(stats.atimeMs).to.be.a("number").above(0);
15
expect(stats.birthtime).to.be.an.instanceOf(Date);
16
expect(stats.birthtimeMs).to.be.a("number").above(0);
17
- expect(stats.blksize).to.be.a("number").at.least(0);
18
expect(stats.blocks).to.be.a("number").at.least(0);
19
expect(stats.ctime).to.be.an.instanceOf(Date);
20
expect(stats.ctimeMs).to.be.a("number").above(0);
0 commit comments