UNPKG

optcollect

Version:

parse command line arguments as option, comand, and arguments.

10 lines (9 loc) 229 B
var config = module.exports; config['optcollect test'] = { rootPath: '../', environment: 'node', // 'browser' or 'node' sources: [], // browserテストの場合は必要 tests: [ 'test/*-test.js' ] }