Kronos-Integration/kronos-service-manager-admin

View on GitHub
.vscode/launch.json

Summary

Maintainability
Test Coverage
{
    "version": "0.2.0",
    "configurations": [
        {
            "type": "node",
            "request": "launch",
            "name": "Debug AVA",
            "runtimeExecutable": "${workspaceFolder}/node_modules/.bin/ava",
            "runtimeArgs": [
              "--serial",
              "${file}"
            ],
            "outputCapture": "std",
            "skipFiles": [
              "<node_internals>/**/*"
            ]
          }
    ]
}