Name: js-handler/node_modules/nodeunit/lib/reporters/index.js
| 1: | module.exports = { |
| 2: | 'junit': require('./junit'), |
| 3: | 'default': require('./default'), |
| 4: | 'skip_passed': require('./skip_passed'), |
| 5: | 'minimal': require('./minimal'), |
| 6: | 'html': require('./html'), |
| 7: | 'eclipse': require('./eclipse'), |
| 8: | 'machineout': require('./machineout'), |
| 9: | 'tap': require('./tap'), |
| 10: | 'nested': require('./nested'), |
| 11: | 'verbose' : require('./verbose'), |
| 12: | 'lcov' : require('./lcov') |
| 13: | // browser test reporter is not listed because it cannot be used |
| 14: | // with the command line tool, only inside a browser. |
| 15: | }; |
