0
我正在寫一些單元測試反應使用笑話,它在一個點上失敗。我想調試單元測試,我嘗試以下反應單元測試與笑話調試
https://facebook.github.io/jest/docs/troubleshooting.html
但是在第一次運行本身
node --debug-brk ./node_modules/.bin/jest --runInBand
我收到以下錯誤
node_modules\.bin\jest:2
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
^^^^^^^
SyntaxError: missing) after argument list
任何想法嗎?
這是我無法改變這個庫中產生的東西。 –