📜  'jest no-deprecated-functions':无法检测 Jest 版本 - 请确保安装了 jest 包,或者以其他方式明确设置版本 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:47.953000             🧑  作者: Mango

代码示例1
"settings": {
    "jest": {
      "version": 26
    }
 }