UNPKG

112 BJavaScriptView Raw
1
2require('./io-setup');
3
4exports['Tests'] = {
5 env: 'node',
6 rootPath: '../',
7 tests: [ 'test/tests/*.js' ]
8};
9