/** * Mocha 自动化 bdd 测试 * * @param {Function} 测试用例 * @return {Null} */ declare const mocha: (testcases: any) => Promise; export default mocha;