Skip to content

Commit e73021b

Browse files
The Stats.blocks property doesn't exist in Node 10 on Windows
1 parent e6e7730 commit e73021b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/utils/is-stats.js

Lines changed: 0 additions & 1 deletion
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.blocks).to.be.a("number").at.least(0);
1817
expect(stats.ctime).to.be.an.instanceOf(Date);
1918
expect(stats.ctimeMs).to.be.a("number").above(0);
2019
expect(stats.depth).to.be.a("number").at.least(0);

0 commit comments

Comments
 (0)