Web Storm 7.0.3不显示mocha的日志

时间:2014-02-11 06:47:54

标签: mocha webstorm

我使用web-storm 7.0.3和集成的mocha测试。 我有线问题,console.log()只显示第一行(在web-storm输出窗口中),不显示所有后续日志。 当我从控制台运行mocha时,我可以按预期看到所有日志信息。 可能有什么问题?

感谢。

2 个答案:

答案 0 :(得分:1)

这很可能是已知的节点问题:https://github.com/joyent/node/issues/1669 另请参阅mocha + webstorm - error message broken

答案 1 :(得分:0)

这可能是可行的(对于同步测试)

after (next) ->
  #give chance to log output
  setTimeout next, 200