mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
8 lines
176 B
JavaScript
8 lines
176 B
JavaScript
#!/usr/bin/env node
|
|
|
|
if (typeof load !== 'undefined') {
|
|
load('lib/rhino-shim.js');
|
|
}
|
|
|
|
var reporter = require('nodeunit').reporters['default'];
|
|
reporter.run(['./test']); |