options.js 306 B

12345678910
  1. 'use strict';
  2. /*
  3. * This module is deprecated and will be removed in a future version of Mocha.
  4. * @deprecated Deprecated in v6.0.0; source moved into {@link module:lib/cli/options lib/cli/options module}.
  5. * @module
  6. * @exports module:lib/cli/options
  7. */
  8. module.exports = require('../lib/cli/options');