我寫了一些測試用例,並試圖使用mocha和節點調試來調試測試用例。使用摩卡調試NodeJs程序時出錯
我已經摩卡安裝在我的機器
我安裝節點調試npm install -g node-debug
然後我通過這個命令運行測試上:node-debug _mocha test.js
這將打開一個瀏覽器窗口,但我得到以下錯誤
Detached from the target
Remote debugging has been terminated with reason: Error: connect ECONNREFUSED. Is node running with --debug port 5858?
Please re-attach to the new target.
查看相關圖片瞭解更多信息:
我該如何擺脫這個錯誤。請幫忙。
我們如何'超高摩托車運行摩卡'。我怎麼能在你可以指定的命令行上放置'long timeout in test' – SharpCoder
- timeout 15000爲所有測試指定15秒。或者你也可以在每次測試中加入這個測試,以便每次測試有不同的超時時間。 – emilebaizel
或--no-timeout – mrBorna