add readdirSyncRecursive, normalize tabs, add tests/runner #11
No reviewers
Labels
No labels
Bug
Enhancement
Feature Request
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: code/wrench-js#11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
do
nodeunit tests/runnerto 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
readdirSyncRecursivecan 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)You rock! Thanks.