UNPKG

mocha

Version:

Classic, reliable, trusted test framework for Node.js and the browser

10 lines (8 loc) 161 B
/** * Exports Mocha CLI commands. * @private * @module */ export * as init from "./init.js"; // default command export { default as run } from "./run.cjs";