{
    // Use IntelliSense to learn about possible attributes.
    // Hover to view descriptions of existing attributes.
    // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
    "version": "0.2.0",
    "configurations": [
        {
            "type": "node",
            "request": "launch",
            "name": "Run ts_dependency_graph tests",
            "program": "${workspaceFolder}/node_modules/jest/bin/jest.js",
            "args": ["--runInBand", "--no-coverage", "--forceExit"],
            "windows": {
                "program": "${workspaceFolder}/node_modules/jest/bin/jest"
            },
            "smartStep": true,
            "sourceMaps": true,
            "console": "integratedTerminal",
            "skipFiles": ["${workspaceRoot}/node_modules/**/*.js", "<node_internals>/**/*.js"],
            "internalConsoleOptions": "neverOpen"
        }
    ]
}
