📜  jest 遇到了一个意外的令牌 - 任何代码示例

📅  最后修改于: 2022-03-11 15:00:39.081000             🧑  作者: Mango

代码示例1
Add this in your package.json jest config.

"transform": {
      "\\.js$": "/node_modules/babel-jest"
    },
Let me know if the issue still persists.