React-Jest 错误:节点:内部/进程/承诺:288 triggerUncaughtException(err, true /* fromPromise */);类型错误

问题描述 投票:0回答:1

具体错误如下:

node:internal/process/promises:288 
          triggerUncaughtException(err, true /* fromPromise */); 
TypeError: (0, _MyApp.getDataInfo) is not a function

我这样做时会出现此错误

npm test

npm 版本:8.19.2 节点版本:v18.12.1

当我将现有代码从node14升级到node18时,开始出现此错误。 package.json 中的 npm 测试:react-scripts test --runInBand --detectOpenHandles

笑话版本:^28.1.1 反应脚本:^5.0.0

尝试在多个测试用例中添加异步和等待,但这不起作用。

javascript node.js reactjs promise jestjs
1个回答
0
投票

有完全相同的问题,你解决了吗?

© www.soinside.com 2019 - 2024. All rights reserved.