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)
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)