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
|
|
@ -4,7 +4,7 @@ var wrench = require('wrench');
|
|||
var path = require('path');
|
||||
|
||||
module.exports = testCase({
|
||||
testMkdirSyncRecursive: function(test) {
|
||||
test_mkdirSyncRecursive: function(test) {
|
||||
var dir = __dirname + '/_tmp/foo/bar';
|
||||
|
||||
test.equals(path.existsSync(dir), false, 'Dir shouldn\'t exist - clean it up manually?');
|
||||
|
|
|
|||
Reference in a new issue