Javascript npm测试失败,没有任何错误消息

Javascript npm测试失败,没有任何错误消息,javascript,node.js,unit-testing,npm,Javascript,Node.js,Unit Testing,Npm,测试失败,没有错误,只有上面的消息 我的测试脚本是: "test": "TEST=true tape test/core/*.js test/core/ui/user-interface.js test/core/modules/QR.js | tap-spec; browserify test/core/modules/image-sequencer.js test/core/modules/chain.js test/core/modules/meta-modules.js test/cor

测试失败,没有错误,只有上面的消息

我的测试脚本是:

"test": "TEST=true tape test/core/*.js test/core/ui/user-interface.js test/core/modules/QR.js | tap-spec; browserify test/core/modules/image-sequencer.js test/core/modules/chain.js test/core/modules/meta-modules.js test/core/modules/replace.js test/core/modules/import-export.js test/core/modules/run.js test/core/modules/dynamic-imports.js test/core/util/parse-input.js test/core/modules/benchmark.js| tape-run --render="tap-spec"", 
规格:

  • 操作系统:Ubuntu 18.04.1
  • 节点:10.15.3
  • 净现值:6.4.1

请回答您的问题,使其更易于理解。感谢您提高了问题的参考价值,使其更易于回答!在管道进入tap规范之前,您是否在控制台中得到结果?请回答您的问题,以便更容易理解。感谢您提高了问题的参考价值,使其更易于回答!在将管道导入tap spec之前,您是否在控制台中获得结果?