javascript - istanbul: No coverage information was collected
ringa_lee
ringa_lee 2017-04-11 12:26:05
0
1
440

我的命令是:

istanbul cover node_modules/mocha/bin/_mocha -- --compilers js:babel-core/register --colors --reporter dot test/

为什么会出现这个问题呢?

No coverage information was collected, exit without writing coverage information

同时所有测试全部通过。

ringa_lee
ringa_lee

ringa_lee

Antworte allen(1)
PHPzhong

如果你的测试用例是使用 ES6 编写的,需要用 babel 来编译的话,尝试这么使用:

node_modules/.bin/babel-node node_modules/.bin/istanbul cover ...
Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage
Über uns Haftungsausschluss Sitemap
Chinesische PHP-Website:Online-PHP-Schulung für das Gemeinwohl,Helfen Sie PHP-Lernenden, sich schnell weiterzuentwickeln!