This repository has been archived on 2026-03-31. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
wrench-js/tests/runner.js
2012-10-15 15:33:36 +02:00

8 lines
203 B
JavaScript

// `nodeunit tests/runner`
// will run all the tests
module.exports = {
group_mkdir: require('./mkdir'),
group_readdir: require('./readdir'),
group_copydir: require('./copydirsync_unix')
};