json jest vscode config launch.json

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了json jest vscode config launch.json相关的知识,希望对你有一定的参考价值。

    {
      "type": "node",
      "request": "launch",
      "name": "Jest Tests",
      "program": "${workspaceRoot}/node_modules/jest/bin/jest.js",
      "args": [
        "-i"
      ],
      "internalConsoleOptions": "openOnSessionStart",
      "outFiles": [
        "${workspaceRoot}/dist/**/*"
      ]
    }

以上是关于json jest vscode config launch.json的主要内容,如果未能解决你的问题,请参考以下文章

如何解决这个错误:package.json » eslint-config-react-app/jest#overrides[0]: Environment key "jest/global

VSCode 新手:通过 Docker 进行远程 Jest/Node 调试

如果 jest.config.js 在子文件夹或子目录中,则 Jest 需要更多时间

CRA 忽略 jest.config 文件

json vscode config files.exclude

打字稿源文件中带有 ts-jest 断点的 vscode-jest