istanbul + mocha + chai 跑覆盖率的时候提示`describe is not defined`

发布于 2022-09-06 12:18:08 字数 1174 浏览 25 评论 0

RT,我在全局当前项目都安装了5.0.0版本的mocha以及最新版本istanbul,但是不管是跑
./node_modules/.bin/istanbul cover ./test/index.test.js还是istanbul cover ./test/index.test.js都提示我

/Users/hubery/workspace/repos/torch/test/index.test.js:4
describe('the basic usage of Promise', function() {
^

ReferenceError: describe is not defined
    at Object.<anonymous> (/Users/hubery/workspace/repos/torch/test/index.test.js:4:1)
    at Module._compile (module.js:635:30)
    at Object.Module._extensions..js (module.js:646:10)
    at Object.Module._extensions.(anonymous function) [as .js] (/Users/hubery/workspace/repos/torch/node_modules/istanbul/lib/hook.js:109:37)
    at Module.load (module.js:554:32)
    at tryModuleLoad (module.js:497:12)
    at Function.Module._load (module.js:489:3)
    at Function.Module.runMain (module.js:676:10)
    at runFn (/Users/hubery/workspace/repos/torch/node_modules/istanbul/lib/command/common/run-with-cover.js:122:16)
    at /Users/hubery/workspace/repos/torch/node_modules/istanbul/lib/command/common/run-with-cover.js:251:17

请问如何解决?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文