tschaub / mock-fs

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

Handle links to symlinks in FileSystem#getItem() #57

Closed caitp closed 9 years ago

caitp commented 9 years ago

Further adjustment to this feature to make links to links work correctly (at least for readdir and FS.getItem)

tschaub commented 9 years ago

Thanks for the enhancement @caitp!