Files
UoL/CM2010 Software Design and Development/Topic 2/8.3.1/node_modules/mocha/lib/cli/commands.js
2021-06-16 19:39:43 -05:00

14 lines
188 B
JavaScript

'use strict';
/**
* Exports Yargs commands
* @see https://git.io/fpJ0G
* @private
* @module
*/
exports.init = require('./init');
// default command
exports.run = require('./run');