Skip to content

Commit e6e7730

Browse files
The Stats.blksize property doesn't exist in Node 10
1 parent cf635bf commit e6e7730

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/utils/is-stats.js

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ function isStats (stats) {
1414
expect(stats.atimeMs).to.be.a("number").above(0);
1515
expect(stats.birthtime).to.be.an.instanceOf(Date);
1616
expect(stats.birthtimeMs).to.be.a("number").above(0);
17-
expect(stats.blksize).to.be.a("number").at.least(0);
1817
expect(stats.blocks).to.be.a("number").at.least(0);
1918
expect(stats.ctime).to.be.an.instanceOf(Date);
2019
expect(stats.ctimeMs).to.be.a("number").above(0);

0 commit comments

Comments
 (0)