React-Jest error: node:internal/process/promises:288 trigger



准确的错误如下:

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

当我执行

时,会出现这个错误
npm test

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

当我将现有代码从node14升级到node18时,这个错误开始发生。包中的NPM测试。json: react-scripts test——runInBand——detectOpenHandles

jest版本:^28.1.1react-script: ^ 5.0.0

尝试在多个测试用例中添加async和await,但不工作。

"strict": true,
"forceConsistentCasingInFileNames": true,

启用这两个选项

相关内容

  • 没有找到相关文章

最新更新