Renamed tests

This commit is contained in:
Vladimir Grichina 2012-02-17 22:58:46 +02:00
parent a31e8029cd
commit b91834d796
3 changed files with 2 additions and 2 deletions

View file

@ -2,6 +2,6 @@
// will run all the tests // will run all the tests
module.exports = { module.exports = {
group_mkdirSyncRecursive : require('./mkdirSyncRecursive'), group_mkdir: require('./mkdir'),
group_readdirSyncRecursive : require('./readdirSyncRecursive') group_readdir: require('./readdir')
}; };