parcoursup/node_modules/mocha/lib/cli/commands.js
lalBi94 7bc56c09b5 $
2023-03-05 13:23:23 +01: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');