mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
10 lines
331 B
JavaScript
10 lines
331 B
JavaScript
module.exports = {
|
|
'junit': require('./junit'),
|
|
'default': require('./default'),
|
|
'skip_passed': require('./skip_passed'),
|
|
'minimal': require('./minimal'),
|
|
'html': require('./html')
|
|
// browser test reporter is not listed because it cannot be used
|
|
// with the command line tool, only inside a browser.
|
|
};
|