登录 注册
当前位置:主页 > 资源下载 > 47 > 在VS Code中运行Jest测试框架的工具:jest-runner-vscode

在VS Code中运行Jest测试框架的工具:jest-runner-vscode

  • 更新:2024-10-23 13:02:08
  • 大小:134KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

jest-runner-vscode 使用Jest测试框架运行VS代码测试 目录 安装 纱 yarn add jest jest-runner-vscode --dev npm npm i jest jest-runner-vscode --save-dev 建立 示例launch.json { " version " : " 0.2.0 " , " configurations " : [ { " name " : " Jest: All tests " , " type " : " extensionHost " , " request " : " launch " , " runtimeExecutable " : " ${execPath} " , " stopOnEntry " : false ,