UNPKG

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