简体   繁体   中英

Mocha stopped logging describe and it strings just dots

I updated nodejs (io.js v2.5.0 ) and I stopped getting mocha verbose logging. How can I get it back?

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。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM