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
Vladimir Grichina b91834d796 Renamed tests
2012-02-17 22:58:46 +02:00

7 lines
153 B
JavaScript

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