helpyourneighbour/node_modules/mocha/lib/cli/commands.js
BibaBot bfd432d094
Some checks are pending
Docker Test / test (push) Waiting to run
Add comprehensive tests for role middleware and fix package dependencies
2026-03-16 20:07:22 +00:00

14 lines
233 B
JavaScript

'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'),
}