gpt4 book ai didi

javascript - npm test 出错,但 mocha test node.js 出错

转载 作者:行者123 更新时间:2023-12-01 03:41:54 27 4
gpt4 key购买 nike

我正在使用 node.js 和 mocha 单元测试,并且希望能够通过 npm 运行测试命令。当我在测试文件夹中运行 Mocha 测试时,测试运行成功。但是,当我运行 npm test 时,测试给出了一个错误。

enter image description here

这是我的 package.json 中的一个片段:

  "scripts": {
"test": "./tests/test.js"
},

有人知道为什么 npm 测试会给我一个错误,但 mocha 测试运行得很好吗?

谢谢

最佳答案

通过使用./tests/test.js,因为它是可执行的,所以它会尝试使用您的 shell 执行该文件。

我认为 Node 应该执行该文件,而不是默认的 shell。

我认为你可以将其更改为 node ./tests/test.jsmocha test

关于javascript - npm test 出错,但 mocha test node.js 出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43815725/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com