📅  最后修改于: 2022-03-11 15:00:39.081000             🧑  作者: Mango
Add this in your package.json jest config.
"transform": {
"\\.js$": "/node_modules/babel-jest"
},
Let me know if the issue still persists.