tschaub / mock-fs

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

Node v7 support #174

Closed goliney closed 8 years ago

goliney commented 8 years ago

New version of node has been released: Node v7

According to change log it introduces following changes to file system:

  • A process warning is emitted if a callback is not passed to async file system methods #7897.

Actual diff: image

tschaub commented 8 years ago

Thanks @goliney!