Сбой теста npm без сообщения об ошибке - PullRequest
1 голос
/ 17 марта 2019

Тесты не проходят без ошибок и только с сообщением выше.

Мой тестовый скрипт:

"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
...