Mocha 停止记录描述,它只串点

Mocha stopped logging describe and it strings just dots

我更新了 nodejs (io.js v2.5.0),我不再获取 mocha 详细日志记录。我怎样才能取回它?

thomas@workstation:untitled$ mocha test/fse-symlink-path.js 
(node) child_process: options.customFds option is deprecated. Use options.stdio instead.
(node) smalloc is deprecated. Use typed arrays instead.

  ․․․․․․․․․․․․

  12 passing (24ms)

当我使用 nvm 安装更新版本的 io.js 时,它似乎让我转而使用旧版本的 mocha。