具体错误如下:
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
尝试在多个测试用例中添加异步和等待,但这不起作用。
有完全相同的问题,你解决了吗?