ryanmcgrath / wrench-js

Recursive file operations in Node.js
MIT License
435 stars 71 forks source link

add readdirSyncRecursive, normalize tabs, add tests/runner #11

Closed millermedeiros closed 12 years ago

millermedeiros commented 12 years ago

do nodeunit tests/runner to execute all the unit tests.

the file had mixed indenting so I converted all the tabs into spaces (most of the file was using spaces for indenting).

PS: I think that the readdirSyncRecursive can simplify some of the other methods as well but I didn't spent time refactoring them (specially since the project doesn't have unit tests and I'm afraid of breaking something and not noticing it)

ryanmcgrath commented 12 years ago

You rock! Thanks.