UNPKG

mocha

Version:

simple, flexible, fun test framework

15 lines (12 loc) 233 B
'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'), }