UNPKG

136 BJavaScriptView Raw
1var config = module.exports
2
3config['unit'] = {
4 environment: 'node'
5 , tests: [ 'test/*-test.js' ]
6 , libs: [ 'test/common.js' ]
7}
\No newline at end of file