tschaub / mock-fs

Configurable mock for the fs module
https://npmjs.org/package/mock-fs
Other
906 stars 85 forks source link

Test updates #261

Closed tschaub closed 5 years ago

tschaub commented 5 years ago

This removes the AppVeyor config since tests are now run on Windows with Travis. In addition, the assertion about blocks and blksize being numbers is now conditionally run on Node < 10 only due to https://github.com/nodejs/node/issues/25913.