twine
中的test
脚本是:
package.json
我的"test": "yarn seed && (nyc mocha --opts ./test/mocha.unit.opts)",
是:
mocha.unit.opts
然而,没有错误。它显示了覆盖范围(所有100%以某种方式)并退出:
--require ts-node/register
--require source-map-support/register
--require ./test/unit/helper.ts
--recursive
./test/unit/**/*.spec.ts
--exit
当我运行error Command failed with exit code 1.
我错过了什么?
答案 0 :(得分:2)
我认为您没有提供有关该问题的足够信息。可能没有什么问题和解决方案:
package.json
(您是否已正确安装所有设备).spec.ts
个文件,它们是否可以正确编译mocha.units.opts
文件