UNPKG

wrench

Version:

Recursive filesystem (and other) operations that Node *should* have.

10 lines (8 loc) 253 B
// `nodeunit tests/runner` // will run all the tests module.exports = { group_mkdir: require('./mkdir'), group_readdir: require('./readdir'), group_copydir: require('./copydirsync_unix'), group_rmdir: require('./rmdirSyncRecursive') };