add readdirSyncRecursive and the test runner file.
This commit is contained in:
parent
29cb04590b
commit
139ed486f1
9 changed files with 86 additions and 3 deletions
7
tests/runner.js
Normal file
7
tests/runner.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
// `nodeunit tests/runner`
|
||||
// will run all the tests
|
||||
|
||||
module.exports = {
|
||||
group_mkdirSyncRecursive : require('./mkdirSyncRecursive'),
|
||||
group_readdirSyncRecursive : require('./readdirSyncRecursive')
|
||||
};
|
||||
Reference in a new issue