一个jest工作进程被另一个进程终止

v8wbuo2f  于 2023-06-27  发布在  Jest
关注(0)|答案(1)|浏览(232)

我得到以下错误,当我建立我的应用程序。

Test suite failed to run

  A jest worker process (pid=2439) was terminated by another process: signal=SIGKILL, exitCode=null. Operating system logs may contain more information on why this occurred.
    at ChildProcessWorker._onExit (node_modules/jest-worker/build/workers/ChildProcessWorker.js:366:23)

你能告诉我如何在linux系统上检查操作系统日志以及如何解决这个问题吗?

3pmvbmvn

3pmvbmvn1#

应通过https://github.com/jestjs/jest/pull/14015解决请将jest的版本更新为最新版本,问题应得到解决。

相关问题