小编saw*_*yer的帖子

在CircleCI上运行Jest时出错:"npm test意外死亡"

运行在CircleCI我的玩笑测试套件,比较慢本地,导致CircleCI一个错误说npm test died unexpectedly.

为了让您了解CircleCI与本地测试持续时间的差异(在MacBook Air 2012上,fwiw):

CircleCI:

97 tests passed (97 total in 25 test suites, run time 123.918s) npm test died unexpectedly

本地:

97 tests passed (97 total in 25 test suites, run time 13.601s)

我发现与Jest和CircleCI有关的唯一半相关信息是关于控制内存使用的问题,但我不认为我遇到的问题是相关的,但如果我知道这个问题我会不会不在这里:)

任何想法可能会发生在这里,或调试的提示?

node.js circleci jestjs

4
推荐指数
1
解决办法
1388
查看次数

标签 统计

circleci ×1

jestjs ×1

node.js ×1