eldargab / node-fake-fs

Fake node.js file system for testing
32 stars 5 forks source link

fake-fs pull request #1

Closed tgeorgiev closed 11 years ago

tgeorgiev commented 11 years ago

Hi!

Thanks for the cool library, it is just what I needed!

I have made some bugfixes and introduced rmdir and unlink as per http://nodejs.org/api/fs.html. Can you check them?

Thanks

eldargab commented 11 years ago

We should update stat times in .rmdir() and unlink(), otherwise LGTM. Thank you.