mocha常用命令
1.$ mocha --recursive 2.$ mocha file1.test.js 3.$ mocha test/unit/*.js 4.超时测试 $mocha -t 5000 file.test.js