helpyourneighbour/node_modules/mocha/lib/cli/commands.js

15 lines
233 B
JavaScript
Raw Normal View History

'use strict';
/**
* Exports Yargs commands
* @see https://github.com/yargs/yargs/blob/main/docs/advanced.md
* @private
* @module
*/
module.exports = {
init: require('./init'),
// default command
run: require('./run'),
}